Skip to main content
Glama
mrh-is

partiful-mcp

by mrh-is

get_my_rsvps

Read-onlyIdempotent

Fetch every Partiful event you've been invited to or RSVPed to, including full RSVP status, guest counts, and event display details.

Instructions

Get every Partiful event you've been invited to or RSVPed to (any status, any time period), as an events array with the richest per-event data available (RSVP status, guest counts, image, display settings). Broader than get_my_upcoming_events_for_home_page/get_my_past_events_for_home_page (which are time-filtered home-page views) and distinct from get_published_events (events you host rather than attend) and get_discoverable_events/get_my_saved_events/get_my_followed_events (events you haven't necessarily RSVPed to).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoDot-path field names to include in the response. Omit to return all fields. Available fields: events, events.allowGuestPhotoUpload, events.attendedGuestCount, events.calendarFile, events.displaySettings, events.displaySettings.effect, events.displaySettings.theme, events.displaySettings.titleFont, events.endDate, events.guest, events.guest.eventId, events.guest.id, events.guest.status, events.guest.userId, events.guestStatusCounts, events.guestStatusCounts.DECLINED, events.guestStatusCounts.GOING, events.guestStatusCounts.INTERESTED, events.guestStatusCounts.MAYBE, events.guestStatusCounts.PENDING_APPROVAL, events.guestStatusCounts.SENT, events.guestStatusCounts.WAITLIST, events.id, events.image, events.image.blurHash, events.image.contentType, events.image.height, events.image.url, events.image.width, events.location, events.locationDisplayText, events.ownerIds, events.showGuestCount, events.showGuestList, events.showHostList, events.startDate, events.status, events.timezone, events.title

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventsNo
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds meaningful context about the inclusivity of the result set (invited or RSVPed, any status/time) and the richness of data returned, which goes beyond the annotation safety profile. It does not mention potential pagination or rate limits, but the output schema covers return structure.

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, the first immediately states the main purpose and output. The second sentence is dense with sibling comparisons but each mention is necessary for disambiguation. No fluff or repetition; every clause earns its place.

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?

Given the simple parameter structure (one optional field selector), rich output schema, and thorough annotations, the description sufficiently covers what the tool does, what it returns, and how it differs from alternatives. No critical gaps for an agent to select and invoke 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 description coverage is 100% for the single 'fields' parameter, so the schema fully documents its syntax and options. The description highlights that the tool returns the 'richest per-event data' and lists example fields, which aligns with but does not exceed the schema's list of available fields. Thus 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 'Get' with resource 'every Partiful event you've been invited to or RSVPed to', clearly stating scope ('any status, any time period') and output ('events array with richest per-event data'). It distinguishes from siblings by naming exact alternatives and their differing scopes.

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?

Explicitly contrasts with sibling tools: 'Broader than get_my_upcoming_events_for_home_page/get_my_past_events_for_home_page', 'distinct from get_published_events', and 'distinct from get_discoverable_events/get_my_saved_events/get_my_followed_events' with reasons. This provides clear when-to-use and when-not-to-use guidance.

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