Skip to main content
Glama

whoami

Check your current identity, permissions, and accessible tools in the Willow MCP server. Get a clear report of your app_id, role, permission groups, and resolved toolset, even if your manifest is empty.

Instructions

Report who you are and what you may do: your app_id, role, the permission groups your manifest grants, the resolved set of tools you can actually call (group expansion minus any deny_tools), your store_scope, and whether you're a human-only seat. Read-only and self-scoped — your own manifest, never another identity's: in serve mode the app_id comes from your OAuth binding, and in stdio under enforcement you must prove you own the app_id you pass (a valid per-call credential), so whoami can't enumerate another bound agent's config. Ungated otherwise, like diagnostic_summary, so it still answers when your manifest is empty or missing (it says exactly that).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idNo
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so thoroughly. It discloses read-only and self-scoped behavior, explains the app_id provenance in serve mode vs. stdio enforcement, and describes the output on an empty/missing manifest, adding meaningful behavioral context beyond any structured metadata.

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?

Three dense sentences: the first states the core purpose and output, the second covers auth/scope caveats, and the third covers edge-case behavior. Every clause adds necessary information with no filler.

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 simple introspection tool with one optional param and no output schema, the description is effectively self-contained. It covers the returned fields, auth behavior, self-scoping, and empty-manifest behavior, leaving no major gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides only an optional app_id with 0% description coverage, but the description explains that in serve mode the app_id comes from OAuth binding, while in stdio under enforcement you must prove ownership via a per-call credential. This gives the parameter real semantic meaning.

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 opens with 'Report who you are and what you may do' and enumerates the exact fields returned: app_id, role, permission groups, resolved tool set, store_scope, and human-only seat. It clearly distinguishes itself as self-scoped and non-enumerating, unlike sibling tools.

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?

It states when this tool is appropriate: for inspecting your own identity and effective permissions, and explicitly notes it works ungated even when the manifest is empty or missing, comparing it to diagnostic_summary. It does not explicitly list when not to use it or name a direct alternative, but the context is clear.

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/rudi193-cmd/willow-mcp'

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