Get user
get_userRetrieve the authenticated user's account details. The updated_at field reflects internal account record changes and does not indicate user-initiated activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
get_userRetrieve the authenticated user's account details. The updated_at field reflects internal account record changes and does not indicate user-initiated activity.
| 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 already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds valuable beyond-annotation context by clarifying that updated_at reflects internal record changes, not user-initiated activity, which prevents misinterpretation of returned data.
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?
Two sentences with no wasted words: the first states the primary action, and the second provides an important caveat. The key information is front-loaded and easy to parse.
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 parameterless, read-only tool with annotations covering side effects, the description is complete. It names what is retrieved, clarifies a potentially confusing field, and needs no output schema to be actionable.
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 the schema already provides complete coverage. The description adds a field-level semantic note about updated_at, which is useful context though not parameter-specific. Baseline 4 applies for zero-parameter tools.
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 uses a specific verb ('Retrieve') and resource ('authenticated user's account details'), clearly stating what the tool does. It is distinct from sibling tools that manage sites, cookie solutions, terms, and scans, so an agent can easily tell it apart.
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 usage context is implied: use this tool when you need the authenticated user's account details. However, there is no explicit statement about when to use it versus alternatives, though no sibling tool appears to overlap this function.
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.