Skip to main content
Glama
JainAditi09

instagram-mcp

by JainAditi09

list_scheduled_posts

Check scheduled reels and their statuses to track pending, running, published, failed, or cancelled posts. See what’s queued and identify issues before they affect your content plan.

Instructions

List all scheduled reels and their current status (pending, running, published, failed, cancelled).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It clarifies that the tool lists current statuses and enumerates possible values, which is useful, but it does not disclose whether the operation is read-only, whether results are ordered, or what the actual return shape looks like.

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?

The description is a single efficient sentence that names the resource and the key status values without filler. Every word contributes to agent understanding, and the status list is front-loaded after the primary purpose.

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?

For a zero-parameter list tool with no output schema, the description conveys the essential behavior and expected status output. It is slightly incomplete because it does not describe the result format or any ordering/filtering behavior, but these are minor given the tool's simplicity.

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?

The input schema has zero parameters, so the baseline is 4 because there is no parameter meaning to document. The description appropriately focuses on what the tool returns rather than parameters, and no parameter information is missing.

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?

The description uses a specific verb ('List') and a resource ('scheduled reels') with an explicit status enumeration. It is distinguishable from siblings like schedule_reel and cancel_scheduled_post, though the slight mismatch between the tool name 'scheduled_posts' and description 'scheduled reels' introduces minor ambiguity.

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?

The description makes its scope clear by listing all scheduled reels and statuses, which implies when an agent would use it. However, it provides no explicit guidance about when to choose this tool over alternatives such as list_media or cancel_scheduled_post, and no exclusions are stated.

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/JainAditi09/personal-insta-manager'

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