Skip to main content
Glama

Discover Tables

servicenow_discover_tables
Read-onlyIdempotent

Search and list ServiceNow tables by name, label, or scope to explore the data model.

Instructions

Search and list ServiceNow tables by name, label, or scope. Useful for exploring the data model.

Args:

  • search (string): Filter by table name or label

  • scope (string): Filter by application scope prefix (e.g., 'x_company', 'sn_', 'global')

  • extendable_only (boolean): Only tables that can be extended (default: false)

  • limit / offset: Pagination

  • response_format: Output format

Returns: Table names, labels, parent classes, and scopes

Examples:

  • Find all incident-related tables → search="incident"

  • List custom application tables → scope="x_"

  • Find CMDB tables → search="cmdb"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (1–100, default 20)
scopeNoFilter by scope prefix (e.g., 'x_company_', 'sn_', 'global')
offsetNoNumber of results to skip for pagination (default 0)
searchNoFilter by table name or label (partial match)
extendable_onlyNoOnly extendable tables
response_formatNoOutput format: 'markdown' (default) for human-readable or 'json' for structured datamarkdown
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint:false, so the safety profile is clear. The description adds the return payload ('table names, labels, parent classes, and scopes') and pagination grouping, which provides useful transparency beyond the annotation flags.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a summary sentence, an Args list, Returns line, and examples. It is appropriately concise, with each section serving a purpose, though the Args duplication could be trimmed slightly to avoid redundancy with the schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of an output schema, the description supplies essential return-field information and examples that cover common use cases. It also provides enough context for an agent to invoke the tool appropriately with pagination and filter parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All 6 parameters are described in the input schema with full coverage, and the description's 'Args' section largely duplicates schema field descriptions. The examples do illustrate typical values ('search='incident'', 'scope=x_'), but they don't add semantic information beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Search and list ServiceNow tables by name, label, or scope', specifying the verb, resource, and filtering capabilities. It distinguishes itself from siblings like query_records or get_table_schema by focusing on table discovery.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It notes the tool is 'Useful for exploring the data model' and provides concrete examples (incident tables, custom tables, CMDB tables), which gives an agent clear context on when to use it. It doesn't explicitly mention alternatives or exclusions, but the use cases are illustrative enough for typical discovery scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kylburns89/servicenow-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server