Skip to main content
Glama
sesonet

freelo-mcp-server

Official
by sesonet

Freelo Get Public Link

freelo_get_public_link
Read-only

Generate a public share link for any task, letting anyone view task details without needing to log in.

Instructions

Generates or retrieves a public sharing link for a task. Anyone with this link can view task details without logging in.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

Schema Changelog

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

  1. First observedv0.5.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already convey the safety profile (read-only, non-destructive). The description adds meaningful behavioral context: the resulting link exposes task details without authentication, which has privacy/security implications. It does not clarify whether 'generates' creates a new link each time or 'retrieves' an existing one, but that ambiguity is not a direct contradiction.

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, front-loaded with the action and resource, with no filler. The access implication is stated in the second sentence and every phrase earns its place.

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 single-parameter tool with a read-only annotation and an output schema, the description covers the essential context: what the link is for and who can access it. The only notable gap is the unresolved behavior around link generation versus retrieval, but this is not critical for invoking 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 description coverage for taskId is 100%, including an example and a source instruction ('Get from freelo_get_all_tasks'). The tool description adds no parameter detail, so the schema carries the full burden; baseline 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 precise action ('Generates or retrieves a public sharing link') and a specific resource ('for a task'), and clarifies the effect ('Anyone with this link can view task details without logging in'). It is clearly distinct from the many sibling getters, all of which are about retrieving project/task data rather than sharing links.

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 context for when this tool is relevant: sharing task details with anyone who lacks login credentials. It does not explicitly name alternatives or exclusion conditions, but the unique purpose of public anonymous access is sufficient to select it among 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