Skip to main content
Glama
sonisoft-cnanda

now-sdk-ext-mcp

List Instance Tables

list_instance_tables

Browse and filter ServiceNow tables by name prefix, scope, or extendable status to discover tables efficiently.

Instructions

List tables on a ServiceNow instance with optional filtering. Returns table name, label, parent class, scope, and whether the table is extendable.

Unlike lookup_table (which searches by name or label keyword), this tool supports browsing with prefix filters, scope filters, and extendable-only mode. Use this to discover tables in a specific scope or browse tables by naming convention.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instanceNoThe ServiceNow instance auth alias (e.g., "myinstance", "prod"). If not provided, falls back to the SN_AUTH_ALIAS environment variable.
name_prefixNoFilter tables whose name starts with this prefix (e.g., "cmdb_ci", "x_myapp", "incident"). Case-sensitive.
scopeNoFilter tables belonging to a specific application scope (e.g., "global", "x_myapp_custom").
extendable_onlyNoWhen true, only return tables that can be extended.
queryNoAn encoded query string for advanced filtering on sys_db_object.
limitNoMaximum number of tables to return. Default is 50.
offsetNoOffset for pagination (skip this many records).
Behavior3/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It does not explicitly state that the operation is read-only, safe, or free of side effects. While the name suggests a listing operation, the description lacks explicit behavioral traits such as idempotency or authorization requirements.

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

Conciseness5/5

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

The description is concise with no unnecessary words. The first paragraph defines the operation and output, and the second provides differentiation and use cases. Every sentence adds value, making it efficient for an AI agent to parse.

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

Completeness4/5

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

Given 7 parameters, 100% schema coverage, and no output schema, the description adequately explains the return values (table name, label, etc.) and contrasts with siblings. However, it could improve by explicitly stating the read-only nature or mentioning pagination (though offset/limit are in schema). Overall, it is largely complete.

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?

Schema coverage is 100%, so parameters are fully described in the schema. The description adds minimal extra meaning beyond rephrasing the schema's parameter descriptions. For example, it mentions 'prefix filters, scope filters, and extendable-only mode' but does not provide deeper semantics like formatting or edge cases.

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 the tool lists tables on a ServiceNow instance with optional filtering and specifies the return fields (name, label, parent class, scope, extendable). It distinguishes itself from lookup_table, which searches by name or label keyword, making the purpose unambiguous.

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

Usage Guidelines5/5

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

The description explicitly contrasts with lookup_table, explaining when to use this tool (browsing with prefix/scope filters, extendable-only mode) and when to use the sibling instead (searching by name or label keyword). This provides clear guidance on tool selection.

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/sonisoft-cnanda/now-sdk-ext-mcp'

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