Skip to main content
Glama
sesonet

freelo-mcp-server

Official
by sesonet

Freelo Create Note

freelo_create_note
Idempotent

Create a project note to capture meeting minutes, documentation, or specifications. Supply project ID, note title, and content in plain text or markdown.

Instructions

Creates a new note in a project. Notes are standalone documents for project documentation, meeting minutes, or specifications.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteDataYesNote data
projectIdYesProject ID (e.g., "197352"). Get from freelo_get_projects.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNote name
uuidYesUUID identifier
authorNoUser object
contentNoNote content
date_addNoISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00")
project_idNoProject ID
date_edited_atNoISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00")

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.5.0

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare this as an idempotent, non-read-only, non-destructive operation, and the description's 'creates' aligns with that. The description adds some useful conceptual context about notes but does not disclose additional operational behaviors such as authentication requirements, side effects, or output behavior. The annotation coverage keeps this at a 3 rather than lower.

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 two short sentences with no filler. The primary action is front-loaded in the first sentence, and the second sentence earns its place by explaining when notes are the right artifact type.

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

Completeness5/5

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

For a simple create operation with two required parameters, 100% schema coverage, and an output schema present, the description plus schema is sufficient. It explains what a note is, what the tool does, and the conceptual place of notes relative to tasks, leaving no critical gap for the agent to call the tool correctly.

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%, so the schema already documents projectId and noteData, including the projectId example and the instruction to obtain it from freelo_get_projects. The description adds no parameter-level detail beyond what the schema provides, so the baseline of 3 is appropriate.

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 and resource: 'Creates a new note in a project.' It also clarifies what a note is by contrasting it with tasks and subtasks: 'standalone documents for project documentation, meeting minutes, or specifications.' This clearly distinguishes it from sibling tools like freelo_create_task and freelo_create_subtask.

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 gives clear usage context by listing concrete use cases for notes: project documentation, meeting minutes, or specifications. It does not explicitly mention when to prefer alternatives or when not to use the tool, but the standalone-document framing implies the boundary against task-creation siblings.

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

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/sesonet/freelo-mcp-server'

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