Skip to main content
Glama

camelot_meeting_minutes_formatter

Idempotent

Convert client meeting notes into structured minutes with agenda topics, action items, assigned owners, due dates, and key decisions.

Instructions

Meeting Minutes Formatter: Format client meeting notes into structured minutes with action items and decisions.. Local browser processing. Canonical URL: https://www.camelotwebtools.com/tools/meeting-minutes-formatter

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoMeeting date (YYYY-MM-DD)
attendeesNoMeeting participants
actionItemsNoAssigned follow-up actions
agendaTopicsNoAgenda topics discussed
keyDecisionsNoKey decisions reached
meetingTitleNoMeeting subjectQ3 Product & Architecture Review

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesExecution status of the tool (success or error)
prefillUrlYesDirect deep-link URL to view, edit, and export in Camelot Web Tools
canonicalUrlYesCanonical web URL for this tool on camelotwebtools.com
documentTitleYesTitle of the generated document, report, or calculation output
documentMarkdownYesComplete structured output and body formatted in clean Markdown

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.1/5.0
Behavior4/5

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

In addition to the annotations indicating idempotent and non-destructive behavior, the description explicitly notes 'Local browser processing'. This is useful behavioral context, informing the agent that data is handled client-side. It does not detail edge cases, but the annotation coverage lowers the burden.

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 compact and front-loaded with the main purpose, followed by the local-processing detail. The minor typo of a double period after 'decisions' and the canonical URL are slightly distracting but do not detract from clarity. Overall it is efficient and well-ordered.

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

Completeness4/5

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

The tool has six optional parameters, a fully documented schema, and an output schema, so the description imposes no obligation to list fields. It covers what the tool does and processing location. A more explicit mention of the expected input structure (structured data vs. raw notes) would improve completeness, but the schema compensates.

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 description coverage is 100%, so all six parameters are already documented. The description adds no new parameter-level information beyond what the schema provides. A baseline of 3 is appropriate because the schema fully handles parameter semantics.

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 states a specific verb ('Format'), a resource ('client meeting notes'), and a concrete output ('structured minutes with action items and decisions'). This clearly conveys the tool's function and sets it apart from the long list of sibling tools, none of which handle meeting minutes.

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 the appropriate use case: when client meeting notes need to be converted to structured minutes. It does not explicitly mention alternatives or exclusions, but since no sibling tool serves the same purpose, the implied guidance is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools