Skip to main content
Glama
sesonet

freelo-mcp-server

Official
by sesonet

Freelo Get Project Workers

freelo_get_project_workers
Read-only

Retrieve all team members assigned to a specific project using its ID. Get a clear list of workers for project management.

Instructions

Fetches all workers (team members) assigned to a specific project.

Input Schema

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

Schema Changelog

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

  1. First observedv0.5.0

TDQS

B3.4/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, establishing the read-only safety profile. The description clarifies that returned workers are specifically those assigned to the project, adding a small behavioral nuance, but it does not cover response format, pagination, or permissions. With annotations present, this is adequate but not enriched.

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?

A single focused sentence with no filler. The action and object are front-loaded, and every word contributes meaning, making it an exemplary concise definition.

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

Completeness4/5

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

For a simple one-parameter, read-only fetch tool, the description conveys the core behavior and scope. Minor gaps remain: there is no output schema to clarify the return format, and the description does not explicitly disambiguate from related worker-list siblings, but the schema and annotations cover most operational needs.

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%. The projectId parameter description includes an example ('197352') and a clear source pointer ('Get from freelo_get_projects'). The tool description itself adds no parameter-level detail, so the schema carries the full burden and the baseline of 3 applies.

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 a clear resource ('workers assigned to a specific project'), making the tool's purpose obvious. It does not explicitly name sibling tools like freelo_get_assignable_workers or freelo_get_users, so differentiation relies on the 'assigned to a specific project' qualifier.

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 given about when to use this tool versus alternatives. The 'assigned to a specific project' phrasing implies a scoping condition, but there is no mention of freelo_get_assignable_workers, freelo_get_users, or any exclusions that would help an agent choose correctly.

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