Skip to main content
Glama
sesonet

freelo-mcp-server

Official
by sesonet

Freelo Get Subtasks

freelo_get_subtasks
Read-only

Retrieve all subtasks for a parent task, including names, statuses, and assignments. Simplify project tracking by getting a complete subtask overview.

Instructions

Fetches all subtasks belonging to a parent task. Returns subtasks with their names, statuses, and assignments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdYesParent task ID (e.g., "25368707"). Get from freelo_get_all_tasks.

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

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds context by specifying the return contents (names, statuses, assignments), but does not disclose pagination, ordering, or other behavioral traits beyond that.

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 with no filler: the first states the action and target, the second summarizes the return value. It is front-loaded and every sentence earns its place.

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 single-parameter read-only tool with an output schema and annotations, the description is sufficiently complete. It explains the scope, return contents, and the required input, with no missing critical information.

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?

The input schema has 100% parameter coverage, including an example and a source hint ('Get from freelo_get_all_tasks'). The description adds no additional meaning for taskId beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 states a specific verb ('Fetches') and resource ('all subtasks belonging to a parent task'), making the core purpose immediately clear. It does not explicitly contrast with sibling tools like freelo_get_task_details or freelo_create_subtask, so it stops short of full differentiation.

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?

The description implies the tool should be used when subtasks of a parent task are needed, but it provides no explicit guidance about when to choose this over alternatives. It does not mention exclusions, prerequisites beyond the taskId, or edge cases.

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