Skip to main content
Glama

nexus_get_user_v2

Read-onlyIdempotent

Fetch a public Nexus Mods user profile by member ID or exact username. Uses the v2 GraphQL API, avoiding v1 REST rate-limit quota, and returns profile details like mod count, kudos, and join date.

Instructions

Get a public Nexus Mods user profile by member ID or exact username.

Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota. Provide exactly one of member_id or username.

Returns: JSON {memberId, name, about, avatar, modCount, joined, kudos, contributedModCount, collectionCount, recognizedAuthor, lastActive, posts}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameNoExact Nexus username, e.g. 'Talya1412'.
member_idNoNumeric member ID (user_id from nexus_validate_key).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful behavior beyond annotations: it clarifies the v2 API backing, that it bypasses v1 quota, and enumerates the returned fields. This gives the agent confidence about the call being non-mutating and quota-friendly without needing to open the output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is tight and well-ordered: purpose first, then the key usage constraint, then the API/quota note, then a concise list of returned fields. Every sentence carries information and none are wasted. It is front-loaded with the most important information for tool selection and invocation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only, idempotent user-profile getter, the description covers the scope, lookup keys, exclusivity requirement, API family, and quota behavior. The output schema exists, so the listed return fields are a useful summary rather than a necessity. Nothing critical for calling this tool correctly is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and each parameter already has a descriptive label and example. The description adds the key semantic constraint that exactly one of member_id or username must be provided, which is not expressed as required in the schema. It also frames both parameters as lookup keys for the same public resource. This goes beyond the schema's individual field descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a clear, specific verb-resource pairing: 'Get a public Nexus Mods user profile' by member ID or exact username. This immediately distinguishes it from search tools and the sibling nexus_get_user_by_name, which is username-specific. The v2 API mention and field list further pin down its identity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit calling guidance: 'Provide exactly one of member_id or username.' It also adds the v2 GraphQL API distinction and the note that it does not consume v1 REST rate-limit quota, which helps an agent understand when this tool is preferable. It stops short of explicitly naming alternatives or stating when not to use this tool, so it falls just below a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Talya1412/nexus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server