Skip to main content
Glama
FastSocialCo

instagram-data-mcp

by FastSocialCo

instagram_stories

Read-only

View Instagram stories anonymously from public accounts, including image and video URLs, without logging in.

Instructions

View Instagram stories anonymously. Stories posted in the last 24 hours by a public account, with image and video URLs. Signed CDN links that expire after a few hours.

Cost: 3 credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idNoNumeric Instagram user id. Pass this or username.
usernameNoInstagram handle, with or without @. A profile URL also works. Pass this or user_id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds genuinely useful behavioral context beyond that: anonymous viewing, the 24-hour content window, signed CDN links that expire after a few hours, and a 3-credit cost. It stops short of describing pagination or error/auth behavior for private accounts.

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?

Three compact, front-loaded sentences with no filler: purpose first, then content/expiry details, then cost. Well structured, though the cost line could arguably sit with other metadata.

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?

With a simple two-parameter schema, no required params, and no output schema, the description covers everything an agent needs: what is fetched, from whom (public accounts), what comes back (image/video URLs), that links expire, and the cost. Nothing material is missing.

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 both parameters (user_id, username) are well documented in the schema itself, including the 'pass this or...' either/or relationship. The description adds nothing about the parameters, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Specific verb+resource ('View Instagram stories') with a defined scope (last 24 hours, public accounts). It clearly describes what is returned (image and video URLs), but it does not explicitly distinguish itself from closely related siblings like instagram_highlights or instagram_highlight, which also surface story content.

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?

Implicit usage is conveyed via the constraints ('last 24 hours', 'public account'), so an agent can infer when the tool applies. However, there is no explicit when-to-use vs alternatives guidance — nothing tells the agent to use instagram_highlights for older/persistent stories, which is the main ambiguity given the sibling list.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.