Skip to main content
Glama
Blackie360

Luma Events MCP Server

by Blackie360

Summarize Luma registrations

registration_summary
Read-only

Count guest approval states and check-ins for an event, delivering a privacy-conscious summary without exposing guest identities.

Instructions

Count guest approval states and check-ins for an event across all guest pages without returning guest identities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changedv0.7.5
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • removedInput schema / additionalProperties
      Removed value: -false
  2. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds useful behavioral context that the aggregation spans all guest pages (handles pagination internally) and that it deliberately withholds guest identities. 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?

One sentence, no filler, with the essential scope and privacy guarantee front-loaded. Every word earns its place.

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 single-parameter, read-only summary tool, the description covers the action, scope, and privacy behavior. The lack of an output schema is offset by the description's mention of approval states and check-ins, though exact return shape is still unspecified.

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

Parameters4/5

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

Schema coverage is 0%, but the single parameter event_id is intrinsically meaningful and the description reinforces it by scoping the counts 'for an event'. The description compensates adequately for the lack of schema documentation.

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?

Description is a clear verb-object construction: 'Count guest approval states and check-ins for an event across all guest pages'. It defines both the action and the resource, and the qualifier 'without returning guest identities' sets it apart from sibling tools like list_guests and get_guest.

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

Usage Guidelines3/5

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

No explicit 'use when' or 'instead of' instructions are present, but the phrasing implies it is the aggregate, identity-free counterpart to list_guests and get_guest. The 'across all guest pages' and 'without returning guest identities' provide contextual cues, but no exclusions or alternatives are named.

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