Skip to main content
Glama
mrh-is

partiful-mcp

by mrh-is

get_my_past_events_for_home_page

Read-onlyIdempotent

Retrieve past Partiful events for the home page's 'All past events' tab, returning a pastEvents array of past-only event data.

Instructions

Get your past Partiful events for the home page 'All past events' tab, as a pastEvents array. This is the past-only counterpart to get_my_upcoming_events_for_home_page — for the complete unfiltered history (past and future) use get_my_rsvps instead.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pastEventsNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the 'pastEvents' array return shape and past-filtering behavior, but does not disclose additional behavioral details like rate limits or pagination. With annotations present, this level of added context warrants a 3.

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 exactly two sentences: the first states the core purpose and output, the second provides sibling differentiation. Every word earns its place, and the key information is front-loaded.

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 tool has only one optional parameter, no required arguments, an output schema, and comprehensive annotations, the description fully covers purpose, scope, and alternatives. No critical context is missing for correct selection and invocation.

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?

The single parameter 'fields' has 100% schema description coverage, listing all available dot-path fields in detail. The description adds no additional parameter semantics beyond what the schema already provides, so the baseline score of 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'), clearly identifies the resource ('your past Partiful events'), and provides precise context ('for the home page All past events tab'). It also distinguishes the tool from siblings by naming the counterpart and alternative, making its purpose unambiguous.

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 states this is the past-only counterpart to get_my_upcoming_events_for_home_page and directs users to get_my_rsvps for complete history. This gives clear when-to-use and when-to-use-alternative guidance, going beyond implied usage.

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