User Details by username
get_user_by_username_usernameReceive follower counts, images and more user related data with this endpoint. Group: User. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes |
get_user_by_username_usernameReceive follower counts, images and more user related data with this endpoint. Group: User. Billing per call: 1 Credits.
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It states billing cost and group, and 'Receive' implies a read operation, but it does not disclose auth requirements, error behavior, response format, rate limits, or whether any user-specific constraints apply. This is insufficient transparency for a tool with zero annotations.
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 short and front-loaded with the key output types, followed by group and billing details. The phrase 'with this endpoint' is minor filler, but the overall structure is efficient and easy to scan.
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 one-parameter read endpoint without an output schema or annotations, the description should at least clarify the returned data shape and usage context. It mentions follower counts and images but falls back on 'more user related data' and omits meaningful behavioral or alternative tool guidance, leaving the agent under-informed.
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%, and the description does not explain the format, encoding, or expectations for the required 'username' parameter. The title and endpoint name hint that the parameter is a username, but no actual parameter semantics are provided.
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 identifies the tool as returning user-related data such as follower counts and images, and the title 'User Details by username' anchors the resource and lookup key. However, 'more user related data' is vague and does not explicitly distinguish this from sibling user endpoints beyond the username-based lookup.
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 gives no guidance on when to use this tool versus sibling alternatives like get_user_userId, get_username_to_id_username, or get_user_userId_followers. No context, prerequisites, or exclusions are provided, leaving the agent to infer usage from the tool name alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.