Skip to main content
Glama

protogrid

List a server's tools

list_tools
Read-only

Every current tool of a server with full input/output schemas, paginated by tool name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesOfficial reverse-DNS name
limitNo
cursorNonext_cursor from the previous page

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  2. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare the operation safe and closed-world; the description adds that the result is a paginated enumeration ordered by tool name and includes full schemas for each tool. This gives useful behavioral context 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.

Conciseness5/5

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

One concise sentence conveys the action, target, output content, and ordering/pagination behavior with no filler. All key information is front-loaded.

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 the read-only annotations and the schema already documenting the cursor, the description covers what an agent needs to invoke the tool: server identity via name, pagination behavior, and the shape of returned tool definitions. Minor details like default page size are left to the implementation, but nothing critical is missing.

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

Parameters4/5

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

With only 67% schema coverage (limit lacks a description), the description compensates by clarifying that the required name refers to the target server and that pagination proceeds by tool name, which gives meaning to cursor. Limit's semantics are only partially conveyed by its min/max bounds, but the core parameters are understandable.

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 names a specific action ('list') and resource ('a server's tools'), and specifies that the result includes full input/output schemas and pagination by tool name. This clearly distinguishes it from siblings like get_connection and search, which target different resources.

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 makes the tool's scope obvious: it enumerates every current tool of a given server, so an agent can infer it is the right choice for exhaustive tool discovery. It does not explicitly name alternatives or exclusion conditions, but the sibling tools are clearly different operations.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources