Skip to main content
Glama

Ouro Tools

droplink_publish_document

Publish a Markdown report or CSV table as a readable, publicly shareable page for 24 hours. Returns a private deletion token only once. Scripts, images, and embeds are removed. Limits: 80,000 bytes, 500 CSV rows, 30 columns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
formatYes
contentYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

The description adds substantial behavioral context beyond the annotations: the page is publicly shareable, expires after 24 hours, the deletion token is returned only once, and scripts, images, and embeds are stripped. This is critical for an agent to set expectations about privacy and formatting.

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?

Three short sentences cover the main action, the return token behavior, sanitization, and limits. No filler or redundancy exists, and key information is front-loaded.

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?

The description covers purpose, return contract, sanitization, expiration, and size limits, which is strong for a tool with no output schema. A minor gap is not explicitly describing the full response shape (e.g., whether a URL is returned along with the token), though the phrasing strongly implies it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Since schema description coverage is 0%, the description compensates by explaining that format accepts markdown or csv within an 80,000-byte limit)Skip and mentioning CSV-specific limits (500 rows, 30 columns). It does not explicitly detail the optional title parameter, but the core parameters are well clarified.

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 verb (Publish) and resource (Markdown report or CSV table), and specifies the outcome: a readable, publicly shareable page for 24 hours. This clearly distinguishes it from sibling tools like droplink_read_document and droplink_delete_document.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description makes the intended use implicit: publish temporary documents for sharing. However, it does not explicitly state when to choose this over sibling tools or mention exclusions such as 'use droplink_read_document to view the page' or 'use droplink_delete_document to remove it.'

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources