Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Knuckles-Team/servicenow-api --skill servicenow-telecom-tmfgit clone --depth 1 https://github.com/Knuckles-Team/servicenow-apiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/knuckles-team/servicenow-api/servicenow-telecom-tmf)<a href="https://agentmods.dev/skills/knuckles-team/servicenow-api/servicenow-telecom-tmf"><img src="https://agentmods.dev/badge/skills/knuckles-team/servicenow-api/servicenow-telecom-tmf/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/knuckles-team/servicenow-api/servicenow-telecom-tmf"><img src="https://agentmods.dev/badge/skills/knuckles-team/servicenow-api/servicenow-telecom-tmf.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00202 | $0.01590 |
| Opus 5 | $0.00101 | $0.00795 |
| Sonnet 5 | $0.00040 | $0.00318 |
| Haiku 4.5 | $0.00020 | $0.00159 |
Grade A, and why
servicenow-telecom-tmf scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ServiceNow Telecom / TM Forum Open APIs
ServiceNow's telecom offering (Telecommunications Service Management / Operations
Management — TSM/TSOM) surfaces the TM Forum (TMF) Open APIs as Store-installed
scoped applications. This skill drives those APIs through the domain-typed tools where
they exist, and through the raw servicenow_custom_api escape-hatch for the rest —
just as servicenow-table-api teaches for modules without a first-class typed tool.
When to use
- Run a service qualification (TMF645) — check whether a service can be delivered.
- List / delete product inventory (TMF637).
- Fetch an account (TMF666/629 party/account management).
- Call any raw TMF endpoint (TMF622 product ordering, TMF641 service ordering,
TMF642 alarm management, …) via
api_request.
When NOT to use
- Generic CRUD on an arbitrary table →
servicenow-table-api. - CMDB configuration items →
servicenow-cmdb. - ITSM incidents →
servicenow-incident-management.
Prerequisites & environment
Connect via the mcp-client skill against the servicenow-api MCP server.
| Variable | Required | Notes |
|---|---|---|
SERVICENOW_INSTANCE |
✅ | Instance URL (alias SERVICENOW_URL) |
SERVICENOW_USERNAME |
✅ | Basic-auth user |
SERVICENOW_PASSWORD |
✅ | Basic-auth password |
SERVICENOW_CLIENT_ID / SERVICENOW_CLIENT_SECRET |
optional | OAuth2 |
SERVICENOW_SSL_VERIFY |
optional | TLS verification toggle |
Full env/tag matrix (do not re-document here): the mcp-client reference
agent-tools/mcp-client/references/servicenow-api.md. MCP_TOOL_MODE
(condensed|verbose|both) selects the condensed surface (used below) vs. the
one-to-one verbose tools.
Tools & actions
Prefer the domain-typed tools; each takes action + a params_json JSON
string whose keys are passed straight to the client method (see servicenow-table-api).
| Condensed tool | Actions | TMF |
|---|---|---|
servicenow_service_qualification |
check_service_qualification, get_service_qualification, process_service_qualification_result |
TMF645 |
servicenow_product_inventory |
get_product_inventory, delete_product_inventory |
TMF637 |
servicenow_account |
get_account |
TMF666/629 |
servicenow_custom_api |
api_request |
any other TMF API |
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 126 lines · 202 tokens per session scan A 3dfe3b36ccdb
servicenow-telecom-tmf is a skill published in the GitHub repository Knuckles-Team/servicenow-api (19 stars, last pushed 15d ago), licensed MIT. It adds 202 tokens to every session and 1,590 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
telecom-networks
Architect Telecom interfaces using TM Forum ODA, GSMA CAMARA, and eSIM standards.
n8n-code-tool
Write JavaScript or Python for the n8n Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode) — the AI-agent-callable tool, NOT the workflow Code node. Use when building a Code Tool attached to an AI Agent, writing code that an LLM will invoke, parsing the query input, returning a string result, defining an input schema…
n8n-subworkflows
Build reusable, composable n8n sub-workflows. Use when extracting shared logic, building anything multi-step or reused across workflows, or any workflow over 10 nodes — and whenever the user mentions sub-workflows, Execute Workflow, reuse, shared/common logic, modular workflows, "Define Below" inputs…
sanity-best-practices
Sanity development best practices for schema design, GROQ queries, TypeGen, Visual Editing, images, Portable Text, Studio structure, localization, migrations, Sanity Functions, webhooks, Blueprints, and framework integrations such as Next.js, Nuxt, Astro, Remix, SvelteKit, Angular, Hydrogen, and the App SDK. Use this…
tech-specs
To define clear, testable tech specs from requirements — target-state architecture, contracts, interfaces.
notification-events
Use ServiceNow events (sysevent) — gs.eventQueue dispatch, syseventregister definitions, syseventscriptaction handlers, delayed events with processon, and reminder/state-change patterns.