Skip to main content
Glama
OnStartups

Agent.ai MCP Server

by OnStartups

meeting_prep_v3_assemble_meeting_document

Assembles all meeting sections including overview, attendees, company, situation, segues, questions, next step, strategy, and goals into a unified document for meeting preparation.

Instructions

V3: Assembles all sections (V3 + V2) into unified document. Handles situation, segues, questions, next_step alongside legacy strategy/goals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
section_overviewYesOverview section from GenerateMeetingSections.{{meeting_sections.sections.overview}}
section_attendeesYesAttendees section from GenerateMeetingSections.{{meeting_sections.sections.attendees}}
section_companyYesCompany section from GenerateMeetingSections.{{meeting_sections.sections.company}}
section_situationNoV3: Situation section (facts, hypotheses, landmines).{{meeting_sections.sections.situation}}
section_seguesNoV3: Segues section (scripts, ties_to, moment, evidence).{{meeting_sections.sections.segues}}
section_questionsNoV3: Questions section (discovery, likely_questions).{{meeting_sections.sections.questions}}
section_next_stepNoV3: Next Step section (ask, two_option_close, quick_wins, logistics).{{meeting_sections.sections.next_step}}
section_strategyNoV2 legacy: Strategy section (what_to_know + questions).{{meeting_sections.sections.strategy}}
section_goalsNoV2 legacy: Goals section (success + final_check + summary + closing).{{meeting_sections.sections.goals}}
processed_gcal_eventNoProcessed calendar event for conference link extraction.{{processed_gcal_event}}
user_first_nameNoUser's first name for personalization.{{user.context.first_name}}
output_variable_nameYesVariable name to store assembled document.assembled_document
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It states it 'assembles' a document, but does not explain side effects (e.g., whether it writes to a database), authorization needs, rate limits, or what happens to inputs. The behavioral profile is largely implicit.

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 extremely concise: two sentences with no unnecessary words. The key action and scope are front-loaded ('V3: Assembles all sections...'). Every phrase earns its place.

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?

The tool has 12 parameters, no output schema, and no annotations. The description explains the overall purpose and lists handled sections, but it does not describe the output format, how the document is stored (output_variable_name suggests variable storage, but not clarified), or any processing details. It is adequate but not thorough.

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% with detailed descriptions for each parameter. The tool description adds minimal extra meaning beyond grouping sections into V3 and V2 categories. Given high schema coverage, a baseline of 3 is appropriate; the description does not significantly enhance parameter understanding beyond the 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?

The description clearly states it assembles all sections (V3 and V2) into a unified document, specifying exactly which sections are handled (situation, segues, questions, next_step alongside legacy strategy/goals). This distinguishes it from the non-v3 sibling tool meeting_prep_assemble_meeting_document and clearly defines its scope.

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 implies this tool is used after generating meeting sections (likely via V3 and V2 generators), but it does not explicitly state prerequisites, when to use vs. alternatives, or when not to use it. Sibling tools like meeting_prep_assemble_meeting_document exist, but no guidance is provided on choosing between them.

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