Skip to main content
Glama
sesonet

freelo-mcp-server

Official
by sesonet

Freelo Get Finished Tasks

freelo_get_finished_tasks
Read-only

Fetch completed tasks from a specific tasklist using the tasklist ID. Optionally filter by fulltext search to find finished work for project tracking.

Instructions

Fetches completed/finished tasks from a specific tasklist. For finished tasks across all projects, use freelo_get_all_tasks with state_id=2.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tasklistIdYesTasklist ID (e.g., "12345"). Get from freelo_get_project_tasklists.
search_queryNoOptional fulltext search to filter task names

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
Behavior3/5

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

Annotations already establish readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds scoping context but does not disclose pagination, ordering, or response-size behavior. This is adequate but not rich, matching the baseline for annotation-backed read tools.

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 concise sentences with no filler. The primary behavior is front-loaded, and the alternative routing is included in a single follow-up sentence.

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 read-only fetch with a required tasklistId, optional search filter, full schema coverage, and an output schema present, the description provides sufficient context. It covers scope, the key alternative, and the parameter source via the schema.

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%, and the schema already documents tasklistId (including where to obtain it) and search_query. The description adds no parameter-level meaning beyond what the schema provides, so the baseline score of 3 applies.

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 action ('Fetches completed/finished tasks') and a specific resource ('from a specific tasklist'). It also distinguishes itself from the sibling freelo_get_all_tasks by explicitly noting the cross-project alternative.

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?

The description explicitly says when to use this tool (finished tasks in a specific tasklist) and directs the agent to freelo_get_all_tasks with state_id=2 for finished tasks across all projects. This provides clear routing guidance relative to the main alternative.

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