Skip to main content
Glama
Dweeb1578

Marketing Analytics MCP Server

by Dweeb1578

events_attendee_schedule

Display all events a specific person is attending, with optional date range and year filters.

Instructions

Show all events a specific person is attending.

Args: person: Person's first name — e.g. "saurabh", "apurv", "priyam", "brandyn", or "arnab" start_date: Only show events from this date onward YYYY-MM-DD (default: today) end_date: Only show events up to this date YYYY-MM-DD (optional) year: Calendar year — "2025" or "2026" (default: "2026")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNo2026
personYes
end_dateNo
start_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits. It fails to mention that the tool is read-only, what happens if the person is not found, or any limitations (e.g., maximum events). The description only lists parameter formats.

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 tightly written: one sentence for purpose followed by concise parameter descriptions. Every sentence adds value, and it is structured for quick scanning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has an output schema (not shown), return values are presumably covered. However, the description lacks behavioral details (e.g., read-only, pagination, authentication) and does not address edge cases. It provides adequate parameter info but lacks completeness in usage context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, meaning the description must compensate. It provides meaningful guidance: person parameter with example names, date parameters with YYYY-MM-DD format hints, and default values for year and start_date. This adds significant value beyond the schema titles.

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 clearly states 'Show all events a specific person is attending,' which is a specific verb-resource pair. It distinguishes from sibling event tools like events_search (general search) and events_upcoming (upcoming events) by focusing on a specific person's schedule.

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 provides parameter details and defaults but does not explicitly state when to use this tool versus other event tools. It implies usage for per-person queries but lacks alternatives or when-not conditions.

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/Dweeb1578/marketing-analytics-mcp'

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