Skip to main content
Glama

whoami

Retrieve the MCP server’s own identity from its FAFA card, returning name, vendor, version, status, and license to confirm context and diagnostics.

Instructions

This server's own identity — name, vendor, version, status, license — from its .fafa card.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.1

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It discloses the source (.fafa card), the kind of data returned (identity fields), and implies a read-only introspection behavior. It could be more explicit about side effects or non-mutability, but for a simple identity query the disclosure is adequate.

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 a single well-structured sentence that leads with the core purpose and then enumerates the specific fields returned. Every word contributes meaning, with no filler or redundancy.

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?

For a zero-parameter, no-output-schema introspection tool, the description is complete: it names the identity source and lists the relevant fields an agent can expect. There are no hidden inputs, and the output scope is sufficiently specified.

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 accepts zero parameters, so there are no parameter semantics to document. The empty input schema is fully self-explanatory, and the description does not need to compensate for any schema gaps.

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 identifies what the tool returns: this server's own identity, explicitly listing name, vendor, version, status, and license from its .fafa card. This firmly distinguishes it from sibling tools that focus on agent markdown files, memory, and context sources.

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 makes it clear this tool is for retrieving server identity information, which is a distinct and self-contained purpose. It does not explicitly state when not to use it, but the contrast with sibling tools is strong enough that an agent can infer the appropriate context for invocation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.