Skip to main content
Glama
Cuvara

game-art-mcp

by Cuvara

art.asset.find

Find art assets in the registry by filtering on type, status, category, tags, or style.

Instructions

Search and filter registered assets. All parameters are optional; omit all to return every asset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoFilter by tags (all must match)
typeNoFilter by asset type
statusNoFilter by status
categoryNoFilter by category
style_idNoFilter by style ID
style_versionNoFilter by style version
Behavior3/5

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

With no annotations, the description carries the burden of behavior disclosure. The 'search and filter' wording implies a read-only operation and the optionality clarifies the empty-query behavior, but it does not mention result shape, pagination, ordering, or any access constraints.

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?

Two short sentences with the core action first and the critical optionality note second. No filler or redundant restatement of schema details.

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?

For a simple read-only filter tool with a fully documented schema, the description covers the essential call semantics. It would be more complete with a note on return format or default limits, but nothing blocks correct invocation.

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%, so the baseline is 3. The description adds the cross-parameter insight that all filters are optional and an empty query lists everything, which is not immediately derivable from the individual parameter descriptions.

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 states a clear verb and resource: 'Search and filter registered assets.' It doesn't explicitly compare itself to sibling tools like art.asset.get or art.asset.current, so it loses the sibling-differentiation point, but the purpose is unambiguous.

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?

'All parameters are optional; omit all to return every asset' gives clear operational guidance and tells the agent when an unfiltered listing is appropriate. It does not name alternatives or exclusions, so it falls short of a 5.

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