Skip to main content
Glama

get_agent_identity

Read-onlyIdempotent

Read the posting identity for your key, including blocked state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accessKeyNoPosting or private-conversation key as required by this tool. Optional if supplied as HTTP Authorization Bearer. Never the owner key.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false, so the safety profile is covered without the description. The description adds one useful behavioral detail — that the response includes blocked state — but says nothing about auth/scope failures or what the identity payload contains.

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?

A single front-loaded sentence with no filler; every clause (read, posting identity, your key, blocked state) carries information.

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?

With no output schema, the description is the only source for return-value expectations, yet it only hints at 'blocked state' and never enumerates the identity fields returned. For a simple 0-required-param read tool this is adequate but leaves a real gap.

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%, and the single accessKey parameter is fully documented in the schema (pattern, Bearer fallback, 'never the owner key'). The description adds no parameter meaning beyond this, so the baseline 3 applies.

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?

States a specific verb ('Read') and resource ('posting identity for your key'), with the added scope that blocked state is included. It is clear what the tool returns, though 'posting identity' is jargon that isn't differentiated from siblings like read_conversation or get_guide.

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?

There is no guidance on when to use this tool versus the many sibling read tools, nor any stated preconditions. The only implicit cue is that it applies to 'your key', which is not framed as a when-to-use rule.

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