Skip to main content
Glama
pmankineni

mcp-sac-tools

by pmankineni

sac_get_story_content

Retrieve a SAC story's content by starting an export job, polling until completion, and downloading the package as base64 bytes.

Instructions

End-to-end: start an export job for a story, poll until complete, then download the package. Returns the export package as base64 bytes plus job metadata. Defaults to a 60-second wait; raise maxWaitSeconds for large stories.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storyIdYesThe story ID to export
maxWaitSecondsNoMaximum time to wait for the job to complete (default: 60)
pollIntervalMsNoHow often to poll job status in ms (default: 2000)
Behavior4/5

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

No annotations provided, so description carries full burden. It transparently describes the polling behavior and base64 encoding return. However, it omits potential side effects, authentication requirements, or failure modes, which are relevant for a composite action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is a single dense sentence that conveys the entire workflow. It is efficient but could be improved with clearer structure (e.g., listing steps). Still, no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema or annotations, so description must compensate. It explains the sequential process but does not detail what 'job metadata' contains, nor does it specify error handling or limits. Adequate for a composite tool but leaves gaps.

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?

Schema coverage is 100% with clear parameter descriptions. The description adds pragmatic context for maxWaitSeconds ('raise for large stories'), providing value beyond the schema. No extra meaning for storyId or pollIntervalMs, but overall good.

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?

Description clearly states the tool performs an end-to-end export of a story (start, poll, download) and returns base64 bytes plus metadata. It distinguishes from sibling tools like sac_export_story_start, sac_export_status, and sac_export_download by being the composite version.

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?

Mentions default 60-second wait and advises raising maxWaitSeconds for large stories, but does not explicitly state when to prefer this composite tool over the individual export steps (start, status, download) that are present in siblings.

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