get_user
Retrieve user details by providing an email address or username.
Instructions
Look up user details by email or username
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_identifier | Yes | Email address or username |
Retrieve user details by providing an email address or username.
Look up user details by email or username
| Name | Required | Description | Default |
|---|---|---|---|
| user_identifier | Yes | Email address or username |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true. Description 'Look up user details' is consistent but adds no extra behavioral context beyond what annotations provide, such as permissions or return format.
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?
Single sentence, directly front-loaded with the core purpose. No redundant words. Every part of the description is useful.
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 tool with no output schema, the description lacks detail about what 'user details' include. No mention of return structure or potential error conditions, which would improve 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?
Schema coverage is 100% and already describes user_identifier as 'Email address or username'. Description restates this but adds no additional semantics (e.g., format, case sensitivity). Baseline 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?
Description clearly states 'Look up user details by email or username', specifying the verb (look up), resource (user details), and method (email or username). This distinguishes it from sibling tools like list_users which returns 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?
Description implies usage for a single user by identifier, but does not explicitly state when to use this vs. alternatives like list_users or get_group. No exclusion criteria are provided.
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/aartiq/nowaikit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server