Skip to main content
Glama

Embers: Tabletop RPG Toolkit

List campaigns I run

play_list_my_campaigns
Read-onlyIdempotent

List campaigns where the calling user is the DM/owner. Each campaign's ruleset-specific material lives in its legs array — one entry per ruleset, each carrying { ruleset, active, ... }; there is no campaign-level ruleset field. Defaults to a compact summary shape: identification fields, counts of rules/items/spells/sessions/players/characters, and the character roster (playId + vaultId pairs). Pass detail: 'full' to receive the full campaign documents (raw ObjectId arrays for the legs' allowlists, full descriptions, X-card history).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNoResponse shape. 'summary' (default) trims raw-ObjectId arrays and full character sheets to a compact LLM-friendly form; 'full' returns the populated document with every field inline.summary

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Even though readOnlyHint and idempotentHint annotations already establish the safety profile, the description adds important behavioral detail: the `legs` array structure, the absence of a campaign-level ruleset field, and the difference between the default summary shape and `detail: 'full'`. This is exactly the kind of non-obvious behavior an agent needs to interpret results correctly.

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 dense but every sentence earns its place: purpose, structural gotcha, default output, and full-output behavior are all covered in two sentences. The most important selection predicate is front-loaded, and no content is wasted on restating the name or obvious schema details.

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

Completeness5/5

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

With only one optional parameter, strong annotations, and an output schema present, the description covers everything needed to select and invoke the tool correctly: ownership filter, response shape, and the key `legs`-array nuance. Nothing essential is missing for an agent to make an informed call.

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

Parameters5/5

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

Schema coverage is 100%, and the schema already describes the `detail` enum. The description goes further by explaining what the summary shape contains (counts plus `playId`/`vaultId` roster pairs) and what full shape adds (raw ObjectId arrays, full descriptions, X-card history). This gives the agent concrete expectations for each parameter value beyond the schema text.

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?

States a specific verb and resource: 'List campaigns where the calling user is the DM/owner.' This clearly distinguishes the tool from siblings like play_list_participated_campaigns, which would include campaigns the user merely participates in. The title and description align without being tautological.

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?

The description clearly defines the selection predicate — campaigns the calling user owns — and explains the summary vs. full output choice, giving the agent enough context to know when it applies. However, it does not explicitly contrast itself with sibling alternatives such as play_list_participated_campaigns or play_get_campaign, so it stops short of full when-to-use/when-not-to-use 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.

Resources