Skip to main content
Glama
sesonet

freelo-mcp-server

Official
by sesonet

Freelo Get Project Tasklists

freelo_get_project_tasklists
Read-only

Retrieve all tasklists in a project to view logical task groups like To Do, In Progress, Done. Use after selecting a project to drill into its structure.

Instructions

Fetches all tasklists within a project. Tasklists organize tasks into logical groups (e.g., "To Do", "In Progress", "Done"). Use after freelo_get_projects to drill down into project structure.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesItems in the response

Schema Changelog

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

  1. First observedv0.5.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnlyHint=true, destructiveHint=false), so the bar is lower. The description adds meaningful context beyond annotations: what a tasklist is ('organize tasks into logical groups, e.g., To Do, In Progress, Done') and the all-tasklists scope. This enriches the agent's understanding of the returned data. No contradiction with annotations.

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?

Two sentences, zero waste. The first sentence front-loads the core action and scope; the second provides domain context and workflow guidance. Every clause earns its place, and the structure is easy to scan.

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 tool with one well-documented parameter, an existing output schema, and annotations covering the read-only behavior, the description is complete. It covers what the tool does, what a tasklist represents, and where it fits in the project-navigation flow. Nothing an agent needs to invoke it correctly is missing.

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%, and the schema already documents projectId thoroughly with a concrete example ('197352') and provenance ('Get from freelo_get_projects'). The description reinforces this provenance but adds no new parameter meaning, 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: 'Fetches all tasklists within a project.' The scope is explicit ('all tasklists within a project'), which distinguishes it from siblings like freelo_get_tasklist_details (single tasklist) and freelo_get_all_tasks (tasks, not tasklists). The title also matches the description, leaving no ambiguity.

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 sequencing guidance: 'Use after freelo_get_projects to drill down into project structure.' This tells the agent when in a workflow to invoke this tool. It does not name alternatives or state when-not-to-use (e.g., pointing to freelo_get_tasklist_details for a single tasklist), so it falls short of a 5 but provides clear context.

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