Skip to main content
Glama
Rekl0w

MCP OpenAPI Discovery

by Rekl0w

trace_parameter_usage

Trace where a parameter or field appears across an API's path parameters, query parameters, request bodies, and response bodies to understand usage and dependencies.

Instructions

Trace where a parameter or field such as userId is used across path parameters, query parameters, request bodies, and response bodies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesDocs page URL or direct OpenAPI JSON/YAML URL
parameterNameYesParameter or field name to trace, e.g. userId
entityNameNoOptional entity hint, e.g. user
methodNoOptional method filter
pathNoOptional exact path filter
includeRequestBodiesNoInclude request body field matching; defaults to true
includeResponseBodiesNoInclude response body field matching; defaults to true
limitNoMaximum number of matches to return
Behavior3/5

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

No annotations are provided; the description discloses the scope of tracing (path, query, request/response bodies), but does not explicitly state if the operation is read-only or mention any side effects, rate limits, or prerequisites.

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 a single concise sentence that directly states the tool's function. No unnecessary words or repetition.

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 tool has 8 parameters and no output schema or annotations, the description adequately explains the core functionality. However, it does not specify return format or behavior for edge cases (e.g., no matches), which could be useful for completeness.

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 schema already documents all parameters. The description adds no additional meaning beyond the general purpose statement; it does not elaborate on specific parameters or their usage.

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's purpose: to trace where a parameter or field is used across an API spec. The verb 'trace' and the resource 'parameter/field usage' are specific and distinguish it from sibling tools like call_endpoint or find_related_endpoints.

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

Usage Guidelines3/5

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

The description implies usage when tracing parameter usage, but does not explicitly state when to use this tool versus alternatives. No exclusions or comparisons with sibling tools are provided.

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/Rekl0w/mcp-openapi-discovery'

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