Get current user
reclaim_get_current_userGet the authenticated Reclaim user's profile. Reclaim REST: GET /api/users/me.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
reclaim_get_current_userGet the authenticated Reclaim user's profile. Reclaim REST: GET /api/users/me.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide readOnlyHint=true, and the description's 'Get' aligns with that. The description adds the REST endpoint (GET /api/users/me) as extra context, but does not disclose other behavioral details like authentication requirements or response format. Since annotations cover the safety profile, this is adequate but not rich.
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, concise sentence that fully captures the tool's purpose and includes the REST endpoint for reference. No unnecessary words.
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 zero-parameter read-only tool with no output schema, the description is complete. It states what it returns (profile) and the endpoint, covering all necessary context.
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 tool has zero parameters, so there is nothing to explain. A baseline of 4 is appropriate as the description needs no parameter compensation.
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 'Get the authenticated Reclaim user's profile' with a specific verb and resource. It is distinct from sibling tools that focus on tasks, habits, events, and time management, and it explicitly identifies the target resource.
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 for retrieving the current user's profile and is unambiguous in its purpose. It does not explicitly mention alternatives, but the sibling tools are all distinct resources, making when-to-use clear from context alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.