get_user
Retrieve user details by ID from OpenMetadata to access profile information and manage permissions.
Instructions
Get details of a specific user by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| fields | No |
Retrieve user details by ID from OpenMetadata to access profile information and manage permissions.
Get details of a specific user by ID
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| fields | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It states this is a 'Get' operation which implies read-only behavior, but doesn't disclose any behavioral traits like authentication requirements, rate limits, error conditions, or what happens when the user ID doesn't exist. For a read operation with zero annotation coverage, this leaves significant gaps.
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, efficient sentence that gets straight to the point with no wasted words. It's appropriately sized for a simple lookup tool and front-loads the essential information.
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 read operation with 2 parameters (one optional), 0% schema description coverage, no annotations, and no output schema, the description is inadequate. It doesn't explain what details are returned, how to use the optional fields parameter, error handling, or authentication requirements. The agent would struggle to use this tool effectively.
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?
Schema description coverage is 0%, so the schema provides no parameter descriptions. The description mentions 'by ID' which clarifies the purpose of the 'user_id' parameter, but doesn't explain the optional 'fields' parameter at all. It adds some value for the required parameter but leaves the optional parameter completely undocumented.
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 action ('Get details') and target resource ('a specific user by ID'), making the purpose immediately understandable. It doesn't explicitly differentiate from sibling tools like 'get_user_by_name' or 'list_users', but the 'by ID' specification provides some implicit distinction.
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 provides no guidance on when to use this tool versus alternatives like 'get_user_by_name' or 'list_users'. It mentions 'by ID' but doesn't explain when ID-based lookup is preferred over name-based lookup or when to use this versus listing operations.
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/yangkyeongmo/mcp-server-openmetadata'
If you have feedback or need assistance with the MCP directory API, please join our Discord server