Skip to main content
Glama
pmankineni

mcp-sac-tools

by pmankineni

sac_get_story_detail

Retrieve the structural pages and widgets of a SAC story. Returns parsed JSON or raw body with content type, enabling inspection of page layouts and widget definitions beyond basic metadata.

Instructions

Fetch the structural pages and widgets of a story via the Resources('id')/storyPages OData navigation. Returns the parsed payload when JSON, otherwise the raw body and content type so the caller can decide on next steps. Use this when sac_get_story metadata is not enough — e.g. to inspect widget definitions or page layouts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawBodyNoInclude the raw body string in the response even when a parsed JSON object is available (default: false)
storyIdYesThe story ID (resource ID)
maxRawCharsNoCap the raw body length when rawBody is true or when the response is non-JSON (default: 20000)
Behavior4/5

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

Without annotations, description explains the OData endpoint, return behavior (parsed JSON or raw body+content type), and hints at the rawBody/maxRawChars parameters. No explicit statement of being read-only, but it's implied by 'fetch'. Good transparency overall.

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 concise sentences, front-loaded with main purpose. Every word adds value. No 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, description adequately explains what is returned and how parameters affect output. It mentions the OData navigation and when to use, making it complete for a fetch tool.

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%, baseline 3. Description adds value by explaining the return behavior in context of rawBody and maxRawChars parameters, showing how they affect output. This enhances understanding beyond schema descriptions.

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 fetches structural pages and widgets of a story via OData navigation. It distinguishes from sibling sac_get_story by specifying when to use this tool for more detail. Verb 'Fetch' is specific and resource is clearly identified.

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

Usage Guidelines5/5

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

Explicitly states 'Use this when sac_get_story metadata is not enough' and gives an example (inspect widget definitions or page layouts). This provides clear when-to-use guidance and implies alternative.

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