Skip to main content
Glama

nexus_get_collection_revision

Read-onlyIdempotent

Get a specific collection revision's mod count, sizes, and status via v2 GraphQL, avoiding v1 rate limits. Provide the collection slug and optional revision number.

Instructions

Get a specific collection revision (mod count, sizes, status) via v2 GraphQL.

Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota.

Returns: JSON {id, revisionNumber, revisionStatus, status, adultContent, latest, overallRating, totalDownloads, uniqueDownloads, modCount, totalSize, collection}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesCollection slug from nexus_search_collections.
revisionNoRevision number. Omit for the latest revision.
domain_nameNoNexus Mods game domain (lowercase URL slug), e.g. 'forzahorizon6', 'skyrimse'. NOT the display name.
view_adult_contentNoSet true to inspect adult collections.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds a useful runtime trait: it uses the v2 GraphQL API and does NOT consume the v1 REST rate-limit quota, plus it summarizes the returned fields. No contradiction with annotations.

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

Conciseness4/5

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

The core purpose is front-loaded in one sentence, and the rate-limit note is valuable. The Returns block is somewhat redundant with the output schema, but it is compact and does not bloat the description.

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

Completeness4/5

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

The description, annotations, and fully described schema together cover the necessary call details: required slug, optional revision/domain/adult flags, read-only safe behavior, and the rate-limit distinction. A brief explicit pointer to sibling tools would make it fully complete.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description does not add parameter-level meaning beyond what the schema already provides for slug, revision, domain_name, and view_adult_content.

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 specific verb ('Get') and resource ('specific collection revision') and scopes it to mod count, sizes, and status. It clearly distinguishes itself from sibling nexus_get_collection by naming 'revision' as the target.

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

Usage Guidelines3/5

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

The v2 GraphQL / rate-limit note implies a reason to prefer this tool, but there is no explicit when-to-use or when-not-to-use guidance and no named alternatives. The choice between this and nexus_get_collection or the revision-upload sibling is left to inference.

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