Skip to main content
Glama
cquiroz6211

Cerebro de compañía

by cquiroz6211

Save Business Note

save_note

Capture and store business notes, learnings, investment insights, client notes, product notes, or decisions directly into the company's central knowledge base. Organize notes with titles, tags, and categories for easy retrieval.

Instructions

Save a business note, learning, investment insight, product note, client note, or decision to the company brain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
kindNoclient_note
tagsNo
titleYes
authorNo
clientNo
Behavior2/5

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

With no annotations, the description must disclose behavior fully. It only states the save action, omitting details on idempotency, side effects, authorization, or response format. This is insufficient for a write operation.

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 concise sentence that front-loads the action. However, it sacrifices essential detail for brevity.

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

Completeness1/5

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

Given no annotations, no output schema, and 6 parameters (2 required), the description is severely incomplete. It lacks information on required inputs, constraints, return values, and behavioral context.

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?

Schema coverage is 0%, so the description must add meaning. It lists note types aligning with the kind enum but fails to explain other parameters like body, title, tags, author, and client. Only partial semantic value for one parameter.

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 tool saves various types of notes to the company brain, listing examples that match the kind enum. It implicitly differentiates from siblings like ask_brain (query) and ingest_meeting (process meeting) through the verb 'save', but does not explicitly contrast them.

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?

No guidance is provided on when to use this tool versus alternatives like ask_brain, ingest_meeting, or save_chat_summary. The description only states what the tool does, without context for selection.

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/cquiroz6211/winterbrain'

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