Skip to main content
Glama
mrh-is

partiful-mcp

by mrh-is

get_event_ticketing_eligibility

Read-onlyIdempotent

Check a Partiful event's ticketing eligibility by event ID and get the reason if ineligible.

Instructions

Check whether a Partiful event by ID is eligible for ticketing. Returns an eligibility boolean and, if ineligible, the reason.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoDot-path field names to include in the response. Omit to return all fields. Available fields: eligible, reason
event_idYesThe Partiful event ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNo
eligibleNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, establishing safety. The description adds behavioral context by specifying the return shape (eligibility boolean and reason when ineligible), which goes beyond the annotations. It does not cover error handling or permission requirements, but the annotations lower the bar.

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 two short sentences, with the main action front-loaded ('Check whether a Partiful event by ID is eligible for ticketing') and a concise follow-up on the return value. There is no redundancy or superfluous detail.

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?

The tool is simple, with an output schema, rich annotations, and full schema parameter coverage. The description adequately explains the tool's purpose and key output without needing to repeat schema details. Edge cases like event-not-found are not mentioned, but the output schema and annotations make the description sufficient for this straightforward read-only eligibility check.

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 description coverage is 100%, with both event_id and fields already well-documented. The description reinforces that event_id is the target event and that the response includes eligible/reason, but it does not add new parameter syntax or constraints beyond the schema. Baseline 3 is appropriate.

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 uses a specific verb ('Check') and resource ('Partiful event by ID') and clearly states the outcome ('eligible for ticketing'). This distinguishes it from sibling tools like get_tickets_for_event or get_host_ticket_types, which deal with actual ticketing details rather than eligibility.

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?

The description implies usage (when you need to determine ticketing eligibility) but provides no explicit context or exclusions. It does not name alternative tools for related queries, such as get_ticket_fee_config or get_host_ticket_types, leaving the agent to infer when this tool is the right choice.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrh-is/partiful-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server