Skip to main content
Glama

careflow_meeting_notes

Turn a local audio recording and a CareFlow report template into reviewed meeting or home-visit notes using operations for start, status, review, export, or burn.

Instructions

Convert one local audio recording and one CareFlow report template into reviewed meeting or home-visit notes. Attach audio_path as an absolute .mp3, .wav, .m4a, .aac, .flac, or .ogg path and template_path as an absolute .docx path (or .doc only when the managed CareFlow worker reports legacy conversion support). Use the same tool with operation=start, status, review, export, or burn and the returned job_id. PDF templates, images, and spreadsheets do not belong to this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputNo
job_idNo
operationYes
request_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It discloses supported audio formats, .docx/.doc template conditions, and the operation list, but does not explain what each operation (start, status, review, export, burn) does, nor any side effects or permission requirements. 'Burn' in particular is ambiguous.

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?

Two sentences with no filler. The first sentence states purpose; the second packs file requirements, operations, and exclusions. It is dense but each clause adds value. It could be split for readability, but the structure is functional.

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?

For a multi-step tool with no annotations, the description covers purpose, exclusions, file types, operation names, and job_id usage. It doesn't detail what each operation does or the exact input object layout, but an output schema exists and the description is otherwise sufficiently complete for initial invocation.

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

Parameters4/5

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

Schema coverage is 0%, so the description is the only source for parameter meaning. It explicitly names audio_path and template_path with file extensions, and lists operation values and job_id. However, it does not clarify that audio_path and template_path likely belong inside the 'input' object, nor does it explain request_id. This is strong but not complete.

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?

Clearly states it converts one local audio recording and one CareFlow report template into reviewed meeting or home-visit notes. This distinguishes it from sibling tools for paper forms, government forms, and rosters, giving a specific verb and resource.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance with file type requirements and exclusions ('PDF templates, images, and spreadsheets do not belong to this tool'), and describes the multi-step operation workflow. This effectively tells the agent when not to use it and which alternatives are likely needed for excluded formats.

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/Wilsonnijc-bot/NGOPilot'

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