Skip to main content
Glama

get_subproject_clients

Find client calls to specific endpoints across subprojects, showing file, line, call type, and confidence for code analysis.

Instructions

Find all client calls across subprojects that call a specific endpoint. Shows file, line, call type, and confidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointYesEndpoint path to search for (e.g. /api/users)
methodNoHTTP method filter
Behavior2/5

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

With no annotations provided, the description carries full burden but only states what the tool 'shows' without disclosing behavioral traits like whether it's read-only, pagination behavior, performance characteristics, or error conditions. It mentions output format but lacks operational context needed for safe invocation.

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?

Two concise sentences with zero waste: first states the core purpose, second specifies output format. Front-loaded with the main action, appropriately sized for the tool's complexity.

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

Completeness3/5

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

For a 2-parameter tool with no annotations and no output schema, the description provides basic purpose and output format but lacks behavioral context and usage guidance. It's minimally adequate given the schema covers parameters, but could better address operational aspects.

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 parameters are fully documented in the schema. The description doesn't add meaning beyond what the schema provides about 'endpoint' and 'method' parameters, maintaining the baseline score for adequate schema coverage.

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

Purpose4/5

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

The description clearly states the verb 'find' and resource 'client calls across subprojects that call a specific endpoint', with specific output details 'file, line, call type, and confidence'. It distinguishes from siblings by focusing on endpoint-specific client calls rather than general usage or graph analysis tools.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like 'find_usages' or 'get_call_graph' is provided. The description implies usage for endpoint-specific analysis but doesn't specify prerequisites, exclusions, or comparison to sibling tools.

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/nikolai-vysotskyi/trace-mcp'

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