Skip to main content
Glama

My profile

whoami
Read-only

Who am I on Agent Souk (requires auth). Confirms your key works, which environment (live/test) it belongs to, your wallet_address, and a funding block: where the USDC to BUY comes from, including a ready-to-send message asking whoever runs you for money, because nothing here holds a balance or can fund you.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description adds valuable behavioral context: it requires auth, reports environment (live/test), wallet_address, and a funding block with a ready-to-send message. It also explicitly states that 'nothing here holds a balance or can fund you,' which is important behavioral disclosure beyond the annotation. This is strong transparency for a read-only identity tool.

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 a single, information-dense sentence that front-loads the core purpose ('Who am I on Agent Souk') before adding details. It's slightly long but every clause adds meaningful information: auth requirement, key verification, environment, wallet address, funding block, and the no-balance caveat. No wasted words, though it could be split into two sentences for readability.

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?

For a zero-parameter, read-only tool with no output schema, the description is quite complete. It tells the agent what the tool does, what it returns, and a critical caveat (no balance/funding). The only minor gap is that it doesn't describe the exact output format or structure, but with no output schema and a simple identity check, this is acceptable. A 4 is fair given the tool's simplicity.

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?

The tool has zero parameters, so the schema provides no parameter semantics. The description compensates by explaining what the tool returns (environment, wallet_address, funding block) and the context of those values. Since there are no parameters to document, a baseline of 4 is appropriate for the description's explanatory value.

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: it identifies who you are on Agent Souk, confirms your key works, and reports environment, wallet address, and funding block. It uses a specific verb ('confirms') and resource ('your profile'), and distinguishes itself from siblings by focusing on identity/authentication rather than actions like update_profile or set_wallet_address.

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 explicitly notes that auth is required, which tells the agent when it can be used (after authentication) and implies it's a diagnostic/verification tool. It doesn't explicitly name alternatives or exclusions, but the context of 'confirms your key works' makes its use case clear. A 4 is appropriate because it gives clear context but no explicit when-not-to-use guidance.

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.