Skip to main content
Glama

client_info

Retrieve agent name, version, and prompt prefix from the current MCP session.

Instructions

Get information about the MCP client/agent.

Captures agent name, version, and prompt prefix from the MCP session.

Arguments

  • verbose: boolean

    • Unused parameter for compatibility

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsYesArguments for client_info tool.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It correctly indicates this is a read operation returning specific fields. No side effects or permissions are mentioned, but the behavior is obvious for a getter. A higher score would require explicit statements about safety or idempotency.

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 extremely concise: two short paragraphs with no wasted words. The first sentence clearly states the purpose, and the second adds a detail about what is captured. The argument description is inline and minimal.

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

Completeness5/5

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

Given the tool's simplicity, the description is complete. It specifies exactly what information is returned, and since an output schema exists, it does not need to detail return values. All relevant context is provided.

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?

Schema coverage is 100%, and the description adds value by explaining that the 'verbose' parameter is 'Unused parameter for compatibility,' which aids agent understanding beyond the schema itself. The description does not duplicate the schema but provides context.

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: 'Get information about the MCP client/agent' and specifies what it captures (agent name, version, prompt prefix). This distinguishes it from all sibling tools, which deal with permissions, categories, projects, etc.

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?

While the description implicitly suggests when to use it (when client info is needed), it lacks explicit guidance on when not to use it or mention of alternative tools. Since no siblings are similar, the lack of explicit alternatives is not critical, but usage context is only implied.

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/deeprave/mcp-guide'

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