Skip to main content
Glama
Cuvara

game-art-mcp

by Cuvara

art.ref.retrieve

Retrieves ranked art references by filtering asset type, category, material, and max results, using canonical status, style match, material match, and recency to return top assets.

Instructions

Smart ranked reference retrieval — scores and returns top assets by canonical status, style match, material match, and recency.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoAsset type filter (e.g. "character", "tile", "item")
categoryNoAsset category filter
materialNoMaterial type filter (e.g. "stone", "wood")
max_resultsNoMaximum number of results to return
Behavior3/5

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

Annotations are absent, so the description must convey behavioral traits. It does disclose that the tool scores and returns top assets using specific criteria, which is useful. However, it doesn't say whether it is safe/read-only, how it resolves ties, whether filters are required, or what happens when nothing is found.

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 a single, compact sentence with no filler or redundancy. It front-loads the tool's main purpose and then lists its scoring dimensions, earning its space without any unnecessary detail.

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

Completeness3/5

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

For a retriever with four optional parameters and no output schema, this description provides the basic outcomes and scoring criteria. But because there are no annotations and multiple sibling tools overlap in retrieval behavior, more context about what 'references' mean and when to choose this tool over siblings is missing.

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?

The schema covers 100% of parameters with meaningful descriptions, so the description is at the baseline. The description adds an implicit connection between scoring dimensions and filters (e.g., material match, but it doesn't clearly map each scoring dimension to a specific parameter beyond that.

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

Purpose4/5

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

The description clearly states the tool's action with a specific verb ('retrieval') and resource ('assets'), and even gives scoring dimensions like canonical status, style match, material match, and recency. It is clear enough to distinguish it from generic asset lookups, though it doesn't explicitly name a sibling or clarify what constitutes a 'reference'.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool vs alternatives such as art.asset.find or art.ref.canonical. It does not compare against siblings or provide any 'when-not-to-use' context, leaving the agent to assume when ranked retrieval is appropriate.

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

Install Server

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/Cuvara/game-art-mcp'

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