Skip to main content
Glama
OnStartups

Agent.ai MCP Server

by OnStartups

enrich_calendar_event

Get comprehensive event details including attendees, notes, transcript, and AI insights from Google or Outlook Calendar.

Instructions

Get comprehensive details about a specific calendar event including attendees, meeting notes, transcript, and AI-generated insights from Google Calendar or Outlook Calendar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
calendar_providerYesCalendar service to use. Supports Google Calendar and Outlook Calendar.googlecalendar
event_idYesThe calendar event ID to enrich (e.g., from the Get Calendar Events List action).
calendar_idNoThe calendar ID where the event is located. Required for Outlook Calendar events.
include_attendeesNoInclude attendee information (names, emails, response status).
include_descriptionNoInclude the event description and agenda.
include_transcriptNoInclude the full meeting transcript if available.
include_ai_insightsNoInclude AI-generated summary, action items, and key decisions.
scrape_context_documentsNoAutomatically scrape and include text from any URLs/documents mentioned in the event description.
output_variable_nameYesProvide a variable name to store the enriched event data, like 'enriched_event' or 'meeting_details'.
Behavior3/5

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

No annotations exist, so description must carry full burden. It lists what data is fetched (attendees, transcript, AI insights) but does not disclose permissions needed, rate limits, or how data is processed. Parameter booleans imply optional inclusion, but overall behavioral details are minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence that front-loads purpose. It is clear and efficient, though could be slightly more concise. No unnecessary words.

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?

With 9 parameters and no output schema, the description should explain return structure or how to use output_variable_name. It lacks guidance on what the enriched data looks like or how to utilize it, making it incomplete for a complex 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 covers 100% of parameters with descriptions. The tool description repeats the parameter list but does not add new meaning beyond schema. Baseline 3 is appropriate; no significant improvement over schema.

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?

Description clearly states the tool enriches a calendar event with comprehensive details (attendees, notes, transcript, AI insights) and specifies supported providers (Google/Outlook). This distinguishes it from sibling tools like get_calendar_events_list which only lists events.

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?

No explicit guidance on when to use this tool vs alternatives (e.g., meeting_followup_analyze_transcript). Usage context is only implied by the mention of 'comprehensive details', but no when-not-to-use or alternative recommendations are provided.

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/OnStartups/agentai-mcp-server'

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