Skip to main content
Glama

Who Am I (OpenAkashic Profile)

whoami

Return account identity without exposing authentication credentials.

Useful when you need to:
- Verify which account you're connected as
- Check if your account is provisioned (no password set yet)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does reasonably well: it discloses that credentials are not exposed, and hints at the provisioning/password state being part of the result. That is meaningful behavioral context for a zero-argument read. It does not describe permissions, caching, or failure modes, so it is not exhaustive.

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?

Front-loaded with the core action, then a short bulleted list of use cases. Every sentence earns its place and the whole entry is a handful of lines. Slight overlap between the title and the first line, but no real waste.

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 identity call with an output schema already defining the return shape, the description covers purpose, use cases, and the credential-safety caveat. Nothing essential to correct invocation is missing; only edge cases like failure on an unauthenticated session are unaddressed.

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 takes no parameters, so there is nothing for the description to disambiguate; the baseline for a zero-parameter tool is 4. No parameter-related text is needed or present.

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 and resource: 'Return account identity.' That is unambiguous and no sibling tool in the list performs an identity lookup, so the agent can select it without schema inspection. It stops short of a 5 only because it never explicitly frames itself against alternatives.

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?

Provides two concrete triggering conditions: verifying which account is connected, and checking whether the account is provisioned. This is clear when-to-use guidance. It omits any when-not-to-use or prerequisite framing, which keeps it out of 5 territory.

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.