Skip to main content
Glama
mrh-is

partiful-mcp

by mrh-is

get_event_info

Read-onlyIdempotent

Get full Partiful event details by ID: title, dates, location, ownership, display settings, and guest status counts. Works for any event you have access to.

Instructions

Get full details for a specific Partiful event by ID, as an event object: title, dates, location, ownership, host/guest display settings, and guest status counts. Works for any event you can view (not just ones you've been invited to), unlike the RSVP-list tools — but unlike those, it does not include the current user's own RSVP (guest) status.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventNo
passwordRequiredNo
Behavior5/5

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

Annotations already declare readOnlyHint and idempotentHint, but the description adds valuable behavioral context: the event object shape, the fact it works beyond invitations, and the specific omission of the current user's RSVP status. This goes beyond what annotations convey, mitigating potential misconceptions.

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, front-loaded with the core purpose, followed by a concise caveat about scope. Every sentence earns its place with no redundancy or filler.

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 output schema exists, the return format is covered. The description provides the key contextual elements: scope (any viewable event), the content type (event object), and the distinguishing exclusion (current user's RSVP). No critical behavioral or usage gaps for a read-only 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?

Schema coverage is 100%, with both parameters described thoroughly, including the extensive dot-path list for 'fields'. The description adds minimal extra meaning beyond the schema, so the 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 states 'Get full details for a specific Partiful event by ID' with a clear verb and resource, and enumerates the content ('title, dates, location, ownership, host/guest display settings, guest status counts'). It also distinguishes itself from sibling RSVP-list tools by noting it works for any viewable event, making the purpose unmistakable.

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 it ('Works for any event you can view') and contrasts with 'RSVP-list tools' by noting it excludes the current user's own RSVP status. This provides clear when-to-use and when-not-to-use guidance, naming an alternative category of tools.

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