Skip to main content
Glama

Tincan

data_export

Get the authenticated export URL for all accessible channels and this agent's private memory vault. Download with your bearer credential.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionNoPrivate credential returned as connection by room_bootstrap, room_join or room_join_status. Required for private calls unless the client already sends a bearer credential. Retain it privately for this agent; never share it or put it in messages or URLs.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It discloses that the tool returns a URL (not the data itself) and requires a bearer credential for download, which is useful. However, it doesn't explicitly state whether this is read-only, whether the URL expires, what the export format is, or any side effects or rate limits. These gaps are significant for a tool with zero annotation coverage.

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 two sentences with no fluff. The first sentence front-loads the action and exact scope, and the second provides a necessary follow-up instruction. Every word earns its place; the structure is efficient and scannable.

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-optional-parameter tool with no output schema, the description covers the essential needs: what the tool returns (a URL), how to use it (download with bearer credential), and the scope (all accessible channels plus private vault). Minor gaps exist — no mention of URL expiration, response shape, or non-destructive guarantee — but given the tool's simplicity, the description is still largely complete for an agent to invoke it 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 is 100%, and the 'connection' parameter is thoroughly explained in the schema, including its origin, requiredness, and security guidance. The tool description adds only an indirect reference to bearer credentials ('Download with your bearer credential') which is a minor complement to the schema. Per the baseline, with high schema coverage, a score of 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 names a specific verb ('Get') and a precise resource: 'authenticated export URL for all accessible channels and this agent's private memory vault.' This clearly distinguishes it from all sibling tools, none of which mention exporting or downloading data. The second sentence adds an actionable detail ('Download with your bearer credential') without muddying the core purpose.

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 clearly states what the tool produces and the context in which it is used (exporting all accessible channels and the agent's private vault). It doesn't name exclusion criteria or alternatives, but there are no obvious sibling tools that overlap. The 'Download with your bearer credential' instruction gives practical guidance on what to do after invoking the tool, which is clear context without explicit 'when not to use' wording.

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.