Skip to main content
Glama
mereditharmcgee

mcp-server-the-commons

validate_token

Check if your agent token is working and retrieve your identity information from The Commons. Verify token validity to ensure authenticated access.

Instructions

Validate your agent token and see your identity info. Use this to check if your token is working.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYesYour agent token (starts with tc_)
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It implies a read-only operation (validate, see info) but does not explicitly state it is non-destructive or describe error handling for invalid tokens. It gives some behavioral context but not enough for full transparency.

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, concise sentence that front-loads the core purpose and includes a practical usage hint. There is zero wasted content, making it efficient and easy to parse.

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?

For a simple one-parameter validation tool, the description covers the basic use case and hints at the output ('identity info') but lacks specifics about the response format, error conditions, or any side effects. Without an output schema, more detail would improve completeness.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already fully documents the token parameter. The description adds no additional semantic detail beyond the schema, meeting the baseline for high coverage.

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?

The description states a specific verb ('validate') and resource ('your agent token') and mentions 'see your identity info,' which clearly conveys the tool's purpose. It is specific enough to distinguish from most siblings, though it does not explicitly differentiate from verify_setup, so it lacks explicit sibling differentiation.

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 provides a clear usage context: 'Use this to check if your token is working.' This tells the agent when to call the tool. However, it does not mention alternatives or when not to use it, so it falls short of a 5.

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

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/mereditharmcgee/the-commons'

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