Skip to main content
Glama
benpeter
by benpeter

follow_calendar_event

Track a meeting without an RSVP. It shows as free on your calendar and the organizer isn't notified.

Instructions

Follow a calendar event without formally RSVPing. The event appears on your calendar with ShowAs=Free. The organizer is NOT notified. Emulates New Outlook's "Follow this event" feature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentNoOptional message included in the follow notification to the organizer
eventIdYesEvent ID from get_calendar_events
timezoneNoTimezone for returned event timesW. Europe Standard Time
Behavior2/5

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

The description discloses important behavioral traits: the event appears as ShowAs=Free and the organizer is not notified. However, the schema description for the 'comment' parameter says the comment is included in a follow notification to the organizer, directly contradicting the claim that the organizer is not notified. This severe inconsistency undermines trust in the described behavior. Since no annotations exist, the description must be accurate, and it fails.

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 compact and front-loaded with the core action. It uses three short sentences that each add distinct information (action, calendar effect, non-notification, Outlook emulation). No filler. Score 5.

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

Completeness2/5

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

For a mutation tool with no annotations and no output schema, the description should cover prerequisites, result format, reversibility, and side effects. It explains the key side effects (ShowAs=Free, no notification) but omits what happens on success, whether the action can be undone, and any permission requirements. The contradiction with the comment parameter further undermines completeness.

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

Parameters2/5

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

Schema coverage is 100%, so baseline is 3. However, the description of the 'comment' parameter ('Optional message included in the follow notification to the organizer') directly conflicts with the tool description's 'organizer is NOT notified'. This makes the parameter semantics confusing and misleading. The tool description itself adds no further clarification for parameters, so the score is reduced to 2.

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 ('Follow a calendar event') and immediately distinguishes it from formal RSVPing. It mentions key effects (ShowAs=Free, no organizer notification) and ties to a known Outlook feature, 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 Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it: when you want to follow an event without committing to an RSVP. It does not explicitly name sibling tools like respond_to_calendar_event but contrasts with 'formally RSVPing', which is sufficient context. No explicit exclusions are given, but the context is clear.

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/benpeter/owa-mcp'

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