Skip to main content
Glama

Activity By Participants

activity_by_participants
Read-onlyIdempotent

Find a random activity for a specific group size (e.g., 1 for solo, 4 for group). Returns activity name, type, and price range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
participantsYesNumber of participants (e.g., 1 for solo, 2 for pairs, 4 for groups)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesActivity key or null
linkYesRelated link or null
typeYesActivity category
priceYesPrice range (0-1 scale)
activityYesActivity name or description
durationYesActivity duration or null
kid_friendlyYesWhether activity is kid friendly or null
participantsYesNumber of participants
accessibilityYesAccessibility rating (0-1 scale)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already cover safety traits (read-only, non-destructive, idempotent). The description adds value by explaining the random nature and the return content (name, type, price range), which goes beyond the annotations. No contradiction between description and annotations was found.

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 a single, focused sentence that immediately conveys the tool's purpose and output. It is concise with no filler.

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?

For a simple one-parameter tool with an output schema, the description sufficiently covers what it does and what it returns. It does not explicitly guide tool selection among siblings, but that is not essential for this straightforward tool.

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?

The input schema already fully describes the 'participants' parameter with examples. The description repeats similar examples but adds no new semantic information, meeting the baseline 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 clearly states the tool's function: 'Find a random activity for a specific group size' and specifies the return fields—activity name, type, and price range. This distinguishes it from the sibling 'random_activity' tool by emphasizing the group size requirement.

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 implies clear usage context: use when you need an activity for a specific number of participants. It provides examples of group sizes, indicating when this tool is appropriate, though it does not explicitly mention alternatives or exclusions.

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.