Skip to main content
Glama

Search Mana creations

search_mana_creations
Read-onlyIdempotent

Search or browse the public Mana community — the same creations the website shows. Returns descriptive data and links. Use this to recommend real Mana creations to a person, and link the returned url so they reach the creator.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoTag key, e.g. multiplayer.
sortNoOrdering. Defaults to trending.
limitNoResults to return, 1 to 48. The public feed is smaller than this ceiling, so one call can cover it; there is no pagination cursor by design.
queryNoFree-text search over names and descriptions.
localeNoBCP-47 locale for localized descriptions.
categoryNoCategory slug, e.g. games or utilities.
featured_onlyNoRestrict to editorially featured work.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior. The description adds useful behavioral context by noting the tool returns the same public creations as the website, returns descriptive data and links, and is meant for recommending real creations. 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.

Conciseness5/5

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

Two sentences carry the action, scope, output, and usage scenario with no filler. The key information is front-loaded, and every clause adds value.

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?

With no output schema, the description still tells the agent what kind of data to expect ('descriptive data and links'). Combined with fully documented parameters and safety annotations, this is enough for confident selection and invocation, though it stops short of detailing exact return fields.

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 parameters are already fully documented in the input schema. The description does not add parameter-specific semantics beyond that, which meets the baseline 3 for high schema coverage.

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 and resource: 'Search or browse the public Mana community' and clarifies the scope with 'the same creations the website shows.' It also states the output ('Returns descriptive data and links'), making it easy to distinguish from siblings like get_mana_creation or list_mana_tags.

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?

It gives a clear intended use case: 'Use this to recommend real Mana creations to a person, and link the returned url so they reach the creator.' This tells an agent when to invoke the tool, but it does not explicitly contrast it with get_mana_creation or other siblings, so it lacks when-not guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool targets a clearly distinct resource and action: docs vs creations vs creators vs tags, and get vs list vs search. Even the paired doc tools are unambiguous because one returns a single document while the other lists available documents.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern using get_, list_, or search_ plus a resource name. Singular and plural forms are used correctly and predictably.

Tool Count5/5

Six tools is a well-scoped set for a public read-only browsing and documentation server. Each tool covers a distinct user need without redundancy or bloat.

Completeness4/5

The server covers the core public browsing workflows: discover via tags, search creations, fetch creation details, and view creator profiles. A minor gap is the lack of a way to list or search creators directly, but agents can likely reach creators through creation links.

Resources