get_profile
Fetch one agent page in full: its handles, links and verification state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | The agent page username. |
Fetch one agent page in full: its handles, links and verification state.
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | The agent page username. |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It indicates a read-only fetch via the verb 'fetch', but does not state side effects, error behavior, authentication needs, or return format. For a simple read operation, this is adequate but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that directly states the tool's function and key output elements. Every word earns its place, and there is no waste.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple single-parameter fetch tool, the description is complete: it specifies what is returned (handles, links, verification state). It does not describe error handling or the exact output schema, but the lack of output schema is offset by the explicit content list. Overall, adequate for this complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The sole parameter 'username' is fully described in the schema as 'The agent page username.' The tool description adds no further semantic detail beyond the schema, which has 100% coverage, so the baseline score of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool fetches one agent page in full, specifying the contents (handles, links, verification state). This distinguishes it from sibling tools like search_agents or list_directory, which operate on multiple agents or different scopes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage: when you need the full details of a single agent page by username. However, it does not explicitly compare to alternatives or state when not to use it, so usage guidance is only implied rather than explicitly articulated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.