Skip to main content
Glama
pmankineni

mcp-sac-tools

by pmankineni

sac_export_download

Download the result package of a completed Content Network export job. Returns base64-encoded bytes and size of the TGZ archive containing the story definition.

Instructions

Download the result package of a completed Content Network export job. Returns base64-encoded bytes plus size and content type. The package is typically a TGZ archive containing the story definition.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobIdYesThe job ID
downloadUrlYesThe downloadUrl reported by sac_export_status when the job COMPLETED. Can be absolute or tenant-relative.
Behavior3/5

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

With no annotations, the description carries full burden. It discloses return format (base64-encoded bytes, size, content type) and package type (TGZ archive), but does not mention side effects, permissions, or safety profile (e.g., whether it is read-only or idempotent).

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 that are succinct and informative. First sentence states action and return value; second sentence adds relevant detail about the package format. No unnecessary words.

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?

Given no output schema and no annotations, the description covers the essential aspects: purpose, return format, and precondition (completed job). However, it lacks information about error conditions (e.g., what if job not completed) or whether the download is synchronous.

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 baseline is 3. The description adds no additional meaning beyond what the schema already provides for the two parameters.

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?

Clearly states it downloads the result package of a completed Content Network export job. Distinguishes from sibling tools like sac_export_start (initiation) and sac_export_status (status check) by specifying it is for downloading after completion.

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 indicates it is for use after a job has completed, but does not explicitly exclude alternatives or state when not to use it. The parameter downloadUrl is described in schema as coming from sac_export_status upon completion, providing implicit guidance.

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/pmankineni/mcp-sac-tools'

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