Skip to main content
Glama
smeet666

mcp-stashbox

Search performers

search_performers
Read-onlyIdempotent

Find performers across configured catalogues by free-text query on names or aliases. Filter results by country, studio, sort, and pagination.

Instructions

Ask every configured catalogue for performers. The two paths are exclusive: 'query' runs the full-text search over names and aliases, and every typed argument is then reported as not received. A catalogue whose search narrows nothing is named as absent from this tool altogether, since its unnarrowed first page is no answer to a name. 'scene_count' counts what each catalogue has indexed and never a person's work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
pageNo
sortNo
limitNo
queryNoFree text matched against names and aliases.
countryNoTwo-letter country code.
sourcesNo
directionNo
studio_idNoNamespaced studio identifier.
disambiguationNoFree text a catalogue uses to tell two people of one name apart.
performed_withNoNamespaced identifier of another performer.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYes
queryNo
cachedNoPresent when the answer came from the in-memory store.
windowNoThe window this answer covers, per catalogue. An emptiness here is an emptiness inside that window.
resultsYes
orderingYesHow the order was built. The catalogues publish no score in common, so rows interleave and nothing is ranked across them.
per_sourceYes
result_countYes
Behavior2/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive. The description attempts to add behavioral context about query exclusivity and catalogue omission, but the phrasing is confusing and misleading. It refers to 'two paths' and treats 'scene_count' as a path when it is only a sort enum value in the schema, potentially misleading the agent into expecting a nonexistent mode. This detracts rather than adds clarity.

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

Conciseness2/5

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

The description is only three sentences long but is unnecessarily convoluted. Phrases like 'every typed argument is then reported as not received' and 'its unnarrowed first page is no answer to a name' are obscure and hard to parse. It is not concise in meaning and lacks clear structure, making it more difficult to understand than a shorter, straightforward description would be.

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

Completeness2/5

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

For a search tool with 11 parameters and complex cross-catalogue behavior, the description is incomplete. It does not clarify whether a query is required, what constitutes the 'two paths', or how the 'scene_count' sort option works. The output schema may document return values, but the invocation semantics remain ambiguous, which would hinder an agent from using the tool correctly.

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

Parameters2/5

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

Schema description coverage is only 45%, so the description needed to compensate for the many undocumented parameters (name, page, sort, limit, sources, direction). It only elaborates on 'query', and does so redundantly with the schema's own description. The mention of 'scene_count' is not a parameter and adds confusion. No meaningful guidance is given for the other parameters.

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 purpose as searching performers across configured catalogues ('Ask every configured catalogue for performers'). It distinguishes itself from sibling tools by indicating a cross-catalogue search scope, though it does not explicitly compare with search_scenes or get_performer. The verb 'search' is implied by the title, making the intent clear.

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 description provides a key usage constraint: 'The two paths are exclusive' and 'query' causes other arguments to be 'reported as not received.' This helps the agent avoid sending conflicting parameters. However, it does not explain when to use this tool versus search_scenes or get_performer, nor does it state whether a query is required. The guidance is partial and lacks explicit alternatives.

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/smeet666/mcp-stashbox'

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