Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_flow_create_closing_note

Create a closing note for a flow to gather a summary or attachment before ending the conversation. Specify name, description, and requirements to configure the note.

Instructions

Create a closing note for the current flow [POST /flow/create-closing-note] Requires the "Manage Flow" scope on the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesExample: Resolution summary
descriptionNoExample: Collect a short summary before closing the conversation.
require_summaryNoExample: 2
require_attachmentNoExample: 0
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It discloses that this is a POST (mutating) operation and requires a specific OAuth scope. However, it does not mention any side effects, idempotency, or response behavior, which would be valuable for a create operation. The disclosure is minimal but not misleading.

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 a single sentence that front-loads the action and includes the HTTP method/path and auth requirement. Every piece of information is relevant, with no filler or redundancy.

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?

For a simple create operation, the description gives enough for basic invocation but lacks any mention of the response format or return value (no output schema exists). It also doesn't clarify the notion of a 'closing note' or when to create one in the flow lifecycle. Given the low complexity, the description is adequate but incomplete.

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

Parameters2/5

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

The schema contains parameter descriptions, but they are only examples (e.g., 'Example: 2') rather than true semantic explanations. The tool description itself adds no parameter information, so an agent cannot infer the meaning of 'require_summary' or 'require_attachment' beyond guessing. The description fails to compensate for the schema's weak 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 clearly states the action: 'Create a closing note for the current flow' and includes the HTTP endpoint. The verb 'create' distinguishes it from update/delete siblings, and the resource (closing note) and context (current flow) are specific.

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 mentions the prerequisite 'Manage Flow' scope and notes it's for the current flow, which gives some usage context. However, it does not explicitly say when to use this tool versus alternatives like update_closing_note or list_closing_notes, nor does it provide exclusions. Usage is implied but not fully guided.

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/eyalbarash/cig-chat-mcp'

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