Skip to main content
Glama
jrlprost

filoo MCP server

by jrlprost

filoo_create_link

Create a short link on filoo, returning a clean URL with click tracking and QR-friendly format. Ideal for shortening long URLs and tracking outbound clicks.

Instructions

Create a new short link on filoo. Returns the short_url (filoo.app/{username}/{slug}) and the link code. Use this whenever an agent needs to shorten a URL, hand a clean URL to a user, generate a QR-friendly link, or attach click tracking to an outbound URL. Counts against the daily creation quota and active link cap — call filoo_usage first if unsure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoOptional custom slug like 'spring-sale'. Alphanumeric + hyphens, 1–64 chars. Auto-generated if omitted.
labelNoOptional private label shown only in the dashboard.
usernameNoUsername to publish under. Defaults to the user's primary username.
destinationYesThe long URL to shorten (http or https).
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the operation counts against daily creation quota and active link cap, suggests a precondition check, and states the return format. No destructive actions are implied, and the behavior is adequately transparent.

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?

The description is concise and front-loaded with the main purpose. Every sentence adds value: purpose, return value, usage context, quota warning. There is no redundancy or fluff.

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?

Given no output schema, the description sufficiently explains the return values (short_url, link code) and the URL format. It covers usage context, quota considerations, and a prerequisite check. The parameter schema is complete, and the description integrates well with the overall tool definition.

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%, so the baseline is 3. The description does not add any parameter-specific information beyond what the schema already provides; it only mentions the return value. No extra semantics are contributed.

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 explicitly states 'Create a new short link on filoo' and lists the return values. It clearly distinguishes this creation tool from sibling tools like filoo_get_link, filoo_update_link, etc., which serve different purposes.

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 specifies when to use this tool (e.g., 'shorten a URL', 'generate a QR-friendly link') and advises checking quotas with filoo_usage if unsure. It does not explicitly contrast with alternative tools like filoo_update_link, but the context is clear for typical usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/jrlprost/filoo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server