List critic-ready songs
campfire_catalogReturn the current Bloody Hopes critical catalog, including song slugs, canonical pages, versions, and assignment URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
campfire_catalogReturn the current Bloody Hopes critical catalog, including song slugs, canonical pages, versions, and assignment URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already communicate read-only, idempotent, non-destructive behavior. The description adds value by explaining this is a 'current' snapshot of a named catalog and naming the data fields (song slugs, canonical pages, versions, assignment URLs), which is useful since there is no output schema. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single compact sentence front-loads the action and resource, then immediately lists the return contents. Every word contributes; there is no repetition or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, read-only list tool, the description identifies what the tool returns and the named catalog, which covers the essential calling information. Some minor uncertainty remains around 'critical catalog' meaning and potential pagination/ordering, but these are not critical given the simple tool shape and sparse annotations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool accepts zero parameters and schema coverage is 100% for the empty schema. Since there is no schema to annotate, the baseline of 4 applies; the description does not need to compensate for missing parameter documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Return'), names a concrete resource ('current Bloody Hopes critical catalog'), and enumerates its contents. This makes the tool's purpose clear and reasonably distinct from siblings like read_song or list_voices, though it does not explicitly contrast itself with alternative tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives no guidance about when to use this tool versus alternatives such as search_corpus, read_song, or list_voices. It simply states what it returns; there are no cues about exclusions, preferred contexts, or when a sibling tool would be more appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.