Skip to main content
Glama
chrischall

signupgenius-mcp

by chrischall

signupgenius_report_all

Read-only

Retrieve a complete sign-up report: every slot, the claiming participant, and custom-question answers. Requires a Pro API key and only works for sign-ups you created.

Instructions

Full report for a sign-up: every slot plus the participant who claimed it (with custom-question answers when present). Requires SIGNUPGENIUS_USER_KEY (Pro subscription) — session mode is not supported for reports — AND only covers sheets the key-holder created. For slot dates, times and availability on ANY sign-up (including sheets the user did not create) prefer signupgenius_list_slots, which needs no auth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
signupIdYesSign-up ID (signupid).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds valuable behavioral constraints: session mode is unsupported, SIGNUPGENIUS_USER_KEY is required, and coverage is limited to sheets created by the key-holder. It also describes the report contents, which goes beyond the annotation.

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 sentences with no filler; the core purpose is front-loaded, followed by essential auth/scope limitations and the sibling alternative. Every clause adds decision-relevant information.

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 single-parameter read-only report tool, the description covers what the report contains, who can use it, what credentials are required, what it does not cover, and which alternative to choose for broader slot data. No meaningful gap remains.

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% for the single signupId parameter, which the schema already documents as the sign-up ID. The description implies the ID identifies the sign-up for the report but adds no additional format or behavior beyond the schema.

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 states a specific deliverable: a full report of every slot plus the claiming participant, including custom-question answers. This clearly distinguishes it from slot-oriented listing tools, and the scope (only sheets the key-holder created) is explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says when to use this tool (full reports on the key-holder's own created sheets) and when to prefer signupgenius_list_slots instead (slot dates/times/availability on any sign-up). It also flags the Pro subscription and auth requirement, giving an agent a concrete decision rule.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.