Skip to main content
Glama

Embers: Tabletop RPG Toolkit

List pages authored by a user

play_list_user_pages
Read-onlyIdempotent

List the pages a given user has authored. Pass own user id (from whoami) to see private pages too; for another user, only public pages come back. Defaults to summary shape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNoResponse shape. 'summary' (default) drops the markdown `description` body and trims the owner populate, keeping identification + `ref` + `documentType` + the short `summary` field. 'full' returns the populated page document including the full body.summary
userIdYesMongo `_id` of the user whose pages to list. Pass own user id (from `whoami`) to see private pages too; for another user, only public pages come back.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds useful context about privacy scoping based on whose userId is passed, and notes the default summary response shape. 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 concise sentences, with the main purpose front-loaded and the key usage nuance immediately following. Every sentence adds value and there is no filler.

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?

For a low-complexity read tool with a rich schema, an output schema, and full annotations, this description covers the essential behavior, privacy semantics, and default response shape. Nothing critical is missing for an agent to call it correctly.

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 coverage is 100% and the description largely repeats what the schema already documents, including the privacy behavior and default summary shape. The description adds no substantial new parameter meaning beyond the schema.

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 specific verb and resource: 'List the pages a given user has authored.' This is clear and distinct from a generic page-listing tool, but it does not explicitly differentiate from sibling tools like play_list_pages.

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 gives clear context: pass your own user id to see private pages, another user id to see only public pages. It does not explicitly mention alternatives or when-not-to-use the tool, but the provided usage context is practical and actionable.

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