Skip to main content
Glama
mrh-is

partiful-mcp

by mrh-is

get_event_discover_info

Read-onlyIdempotent

Retrieve discover-page region, sections, and tags for a Partiful event by event ID.

Instructions

Get discover-page info (region, sections, tags) for a Partiful event by ID. Distinct from get_event_discover_status (whether the event is listed at all) and get_discover_curation_options (host-side curation settings).

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
regionNo
sectionsNo
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive. The description adds value by specifying the exact data returned (region, sections, tags) and reinforces the read-only nature implicitly through 'get'. It does not contradict annotations and provides useful behavioral context beyond the raw flags.

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, zero redundant phrasing. The first sentence states the action and payload; the second sentence preempts confusion with related tools. Well front-loaded and efficient.

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's simplicity, the complete schema, rich annotations, and presence of an output schema, the description fully covers purpose, usage, and distinctions. Nothing critical is missing.

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%: both event_id and fields are fully documented. The description does not add new parameter-level details beyond what the schema already provides, so the baseline score of 3 applies. The mention of 'region, sections, tags' mirrors the schema's available fields.

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-resource pair ('Get discover-page info') and explicitly enumerates the content (region, sections, tags). It also names two sibling tools and contrasts their purposes, making the tool's function 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 states when to use this tool versus alternatives: 'Distinct from get_event_discover_status... and get_discover_curation_options...' This gives clear exclusions and clarifies the intended scenario for this tool.

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