get user info
get_userInfoget user info unique_id or user_id is not empty Group: User Related API. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | ||
| unique_id | No |
get_userInfoget user info unique_id or user_id is not empty Group: User Related API. Billing per call: 1 Credits.
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | ||
| unique_id | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses a precondition (unique_id or user_id must not be empty) and cost, but fails to mention auth requirements, read-only nature, rate limits, or what happens when both parameters are provided.
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 very short, but it includes extraneous information (Group, Billing) and is structured as a run-on sentence rather than clear, front-loaded prose. It could be more concise and organized.
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?
Given no output schema and sparse annotations, the description should explain what the tool returns and how to use it effectively. It only states the basic purpose and a requirement, leaving significant gaps for an agent to invoke correctly.
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 description must compensate. It notes that at least one of unique_id or user_id is required but does not explain what these parameters represent or how they differ. The schema examples are not semantically meaningful.
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 tool retrieves user info, with a specific verb and resource. It distinguishes from sibling tools by focusing on 'user info' rather than user videos, following lists, etc. However, it does not specify what exact data is returned.
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?
No explicit guidance is provided about when to use this tool versus alternatives. The description only mentions the API group and billing cost, offering no context on scenarios or exclusions.
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.