Skip to main content
Glama

aip_whoami

Display your current Agent Identity Protocol (AIP) credentials including DID, platform, and public key to verify agent identity.

Instructions

Show your current AIP identity — DID, platform, and public key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of the aip_whoami tool handler.
    @mcp.tool()
    def aip_whoami() -> dict:
        """Show your current AIP identity — DID, platform, and public key."""
        client = _load_client()
        return {
            "did": client.did,
            "public_key": client.public_key,
            "service_url": client.service_url,
        }
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the tool's read-only behavior by using 'Show' and specifies the returned data, but lacks details on error conditions, authentication requirements, or rate limits. It adds basic context without rich behavioral traits.

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, efficient sentence that front-loads the purpose and lists the returned data. Every word earns its place with no redundancy or waste, making it easy to scan and understand quickly.

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?

Given the tool's simplicity (0 parameters, no annotations, no output schema), the description is adequate but has gaps. It explains what data is returned but not the format or structure, and lacks error handling or authentication context. It meets minimum viability for a simple identity tool.

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 0 parameters, and schema description coverage is 100%, so no parameter documentation is needed. The description does not add parameter semantics, but this is appropriate given the lack of inputs. Baseline is 4 for zero parameters, as the description focuses on output.

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 with a specific verb ('Show') and resource ('current AIP identity'), listing the exact data returned (DID, platform, public key). It distinguishes itself from siblings like aip_register (registration) or aip_send_message (messaging) by focusing on identity retrieval.

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 implies usage context ('your current AIP identity') for checking authentication status, but does not explicitly state when to use this tool versus alternatives like aip_verify (verification) or aip_trust_score (trust assessment). No exclusions or prerequisites are mentioned.

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/The-Nexus-Guard/aip-mcp-server'

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