Skip to main content
Glama
OnStartups

Agent.ai MCP Server

by OnStartups

meeting_followup_enrich_meeting_event

Enrich past calendar events by adding meeting transcript, AI insights, and attendee information.

Instructions

Enriches a past calendar event with full meeting details including transcript, AI insights, and attendees.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYesCalendar event ID to enrich.{{selected_meeting.meeting_id}}
calendar_providerYesCalendar service provider.googlecalendar
include_attendeesNoInclude attendee information.
include_transcriptNoInclude meeting transcript if available.
include_ai_insightsNoInclude AI-generated meeting insights.
output_variable_nameYesVariable name to store enriched event data.enriched_event
Behavior2/5

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

With no annotations, the description carries the full burden. It mentions enriching with details but does not disclose whether the operation is read-only or mutates the event, nor does it mention required permissions or side effects like writing to storage.

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?

The description is a single sentence that is front-loaded with the purpose. While concise, it could be slightly expanded to cover key behavioral aspects without becoming verbose.

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?

Given 6 parameters and no output schema, the description is incomplete. It omits the fact that results are stored in a variable (output_variable_name), does not explain dependencies (e.g., event must have occurred), and lacks guidance on typical usage flow.

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 coverage is 100%, so baseline is 3. The description adds no extra meaning beyond the schema, which already documents each parameter clearly. No additional context or constraints are provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'enriches' and the resource 'past calendar event', and lists what is added (transcript, AI insights, attendees). However, it does not explicitly distinguish from the sibling tool 'enrich_calendar_event', leaving ambiguity about uniqueness.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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

The description implies use with past events but provides no guidance on when to prefer this tool over alternatives like 'enrich_calendar_event' or other meeting follow-up tools. No when-not-to-use or prerequisite information is given.

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