Skip to main content
Glama

Squire WhoAmI

whoami

Retrieve your current identity, trust tier, feature flags, token metadata, and server quotas to verify authentication status and available permissions.

Instructions

Return the current public or authenticated identity, trust tier, feature flags, token metadata, and server-side quotas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, description carries full burden. Lists return payload categories but omits operational traits: no mention of side effects (logging), authentication requirements, rate limits, or cache behavior.

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?

Single sentence, densely packed with specific return value categories. No redundancy, immediately front-loaded with actionable information.

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?

Absent output schema and annotations, the description compensates by enumerating return value domains (identity metadata, quotas, flags). Sufficient for a parameter-less identity tool, though structured return schema details would strengthen completeness.

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?

Zero parameters present per schema. Baseline score 4 applies as there are no parameters requiring semantic clarification.

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?

Specific verb 'Return' plus exact resource inventory (identity, trust tier, feature flags, token metadata, quotas). Clearly distinguishes from operational siblings like build/sql/compile by focusing on introspection/identity.

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?

Describes what data categories are returned, implying use for authentication/authorization checks, but lacks explicit when-to-use guidance versus sibling 'audit' or session initialization patterns.

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/reidgoodbar/squire'

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