Skip to main content
Glama

Who Am I (Outline)

outline_whoami
Read-onlyIdempotent

Identify the user and workspace linked to your Outline API token. Use this to verify authentication and active context.

Instructions

Show the user + workspace this Playbook token belongs to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the agent knows this is a safe, idempotent read operation. The description adds the specific output context: it shows user and workspace. No contradiction with annotations.

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, front-loaded with purpose, no extraneous words. Highly efficient for a zero-parameter tool.

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 simple identity tool with no parameters and no output schema, the description adequately conveys what it does. However, it omits any mention of the return format (e.g., JSON with user and workspace fields). Given the lack of output schema, a brief note on output structure would improve completeness. Still, the core purpose is clear.

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?

There are zero parameters, and schema description coverage is 100% (nothing to describe). Per guidelines, baseline is 4. No additional parameter meaning needed.

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?

Description clearly states the tool shows the user and workspace associated with the Playbook token. It uses specific verb 'Show' plus the resource (user/workspace identity). This distinguishes it from sibling tools like outline_get_document or outline_search, which have different purposes.

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?

Description implies usage context (when you need to know the current authenticated user/workspace) but does not provide explicit when-to-use or when-not-to-use guidance. No alternatives are mentioned, though siblings suggest identity verification is unique. Lacks explicit exclusions.

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/borgels/mcp-server-outline'

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