Get staff user
get_userRetrieve complete details for a single staff user in the Upmind platform using the user's unique ID.
Instructions
Get details for one staff user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | User UUID |
get_userRetrieve complete details for a single staff user in the Upmind platform using the user's unique ID.
Get details for one staff user.
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | User UUID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true and destructiveHint=false, so the description's 'Get details' adds no additional behavioral context. The description does not mention permissions, response format, or any side effects, but the annotations cover the safety profile adequately.
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 states exactly what the tool does. No redundant or extraneous information is present, making it highly efficient.
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 lookup by ID, the description is adequate, and the annotations cover the safety profile. However, with no output schema, the description does not specify what 'details' are returned, which is a minor gap for completeness.
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 input schema has full coverage (100%) for the single user_id parameter, including a description 'User UUID.' The description adds no further meaning beyond the schema, so the baseline of 3 is appropriate.
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 verb 'Get' and the resource 'details for one staff user,' making it specific and action-oriented. The phrase 'one staff user' distinguishes it from sibling list_users, which presumably retrieves multiple users.
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 clearly implies this is for retrieving a single user by ID, giving clear context. However, it does not explicitly name list_users as the alternative for multiple users, so there is no direct comparison or exclusion.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/spidyhost-crm/upmind-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server