Skip to main content
Glama

List ATF Tests

servicenow_list_atf_tests
Read-onlyIdempotent

List ServiceNow ATF tests and suites, filter by name and active status, and retrieve sys_ids for executing specific tests.

Instructions

List Automated Test Framework (ATF) tests and test suites available on the instance.

Args:

  • search (string): Filter by test name

  • suite_only (boolean): List test suites only (default: false — lists individual tests)

  • active_only (boolean): Only active tests (default: true)

  • limit / offset: Pagination

  • response_format: Output format

Returns: Test names, descriptions, and sys_ids (needed for servicenow_run_atf_test)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (1–100, default 20)
offsetNoNumber of results to skip for pagination (default 0)
searchNoFilter by test name
suite_onlyNoList suites instead of individual tests
active_onlyNoOnly active tests (default: true)
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?

Annotations already establish this as a read-only, idempotent operation, and the description complements this by revealing return fields (test names, descriptions, sys_ids) and highlighting the purpose of sys_ids. It also discloses default behaviors for suite_only and active_only, adding value beyond the structured annotations.

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 front-loaded with a clear purpose statement and organized with an Args list and Returns section. Some redundancy exists because the Args list mirrors the schema, but the Returns note about sys_ids is valuable and keeps the description appropriately sized for a tool with six parameters.

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?

With no output schema, the description partially compensates by explicitly listing return fields and connecting them to the sibling run tool. It also covers pagination and defaults. Missing details like ordering or error conditions are minor for a read-only list tool, so the description is reasonably 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 description coverage is 100%, so the baseline is 3. The description's Args block largely repeats the schema without adding new semantics, though it does clarify that suite_only defaults to false and active_only defaults to true. This adds minimal extra meaning beyond the schema, so it aligns with the baseline.

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 opens with 'List Automated Test Framework (ATF) tests and test suites available on the instance,' using a specific verb and resource that clearly identifies the tool's function. It distinguishes itself from sibling tools like servicenow_run_atf_test and other list tools by focusing solely on ATF tests.

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?

The description provides clear context by stating it returns 'sys_ids (needed for servicenow_run_atf_test)', which explicitly indicates when this tool should be used as a precursor to running an ATF test. However, it does not mention exclusions or alternatives, so it falls short of fully explicit guidance.

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