Skip to main content
Glama

fetch_stories

Fetch multiple stories from Storyblok using advanced filters like component, tags, slugs, and pagination for precise content retrieval.

Instructions

Fetch multiple stories from Storyblok with advanced filtering and pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
per_pageNoNumber of stories per page
contain_componentNoFilter by component name
text_searchNoFull-text search
sort_byNoSort field (e.g., "created_at:desc")
pinnedNoFilter pinned stories
excluding_idsNoComma-separated IDs to exclude
by_idsNoComma-separated IDs to include
by_uuidsNoComma-separated UUIDs
with_tagNoFilter by tag
folder_onlyNoReturn folders only
story_onlyNoReturn stories only (no folders)
with_parentNoFilter by parent folder ID
starts_withNoFilter by slug prefix
in_trashNoInclude trashed stories
searchNoSearch in name field
filter_queryNoFilter query object or JSON string
in_releaseNoFilter by release ID
is_publishedNoFilter by published status
by_slugsNoComma-separated slugs
mineNoReturn only my stories
excluding_slugsNoComma-separated slugs to exclude
in_workflow_stagesNoFilter by workflow stage IDs
by_uuids_orderedNoComma-separated UUIDs, results in same order
with_slugNoFilter by exact slug
with_summaryNoInclude summary in response
scheduled_at_gtNoFilter scheduled after date
scheduled_at_ltNoFilter scheduled before date
favouriteNoFilter favourited stories
reference_searchNoSearch in referenced content
Behavior3/5

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

Indicates read operation, but lacks details on side effects, rate limits, or authentication. No annotations to contradict, but description is minimal.

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?

One sentence, no filler. Efficiently communicates core functionality.

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

Completeness2/5

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

Despite 30 parameters and no output schema, description omits return format, default behavior, and parameter interactions. Incomplete for complexity.

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 covers all 30 parameters with descriptions, so bar is 3. Description adds only high-level 'advanced filtering', no extra meaning.

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 clearly states it fetches multiple stories with advanced filtering and pagination, distinct from siblings like get_story (single story) and create_story.

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?

Implied usage for listing/filtering stories, but no explicit guidance on when to avoid or alternatives (e.g., get_story for single story).

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/hypescale/storyblok-mcp-server'

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