Skip to main content
Glama

Socializioz — AI Social Media Manager

List Campaign Plan Items

invoke_list_campaign_plan_items
Read-onlyIdempotent

Lists campaign content-plan items with pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size; default 25.
offsetNoZero-based offset; use next_offset.
campaign_idYesCampaign whose plan items to list.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is known. The description only notes pagination, which adds minimal behavior not already evident from annotations, but does not burden the agent with hidden side effects.

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 clean sentence with no filler. The verb, resource, and pagination feature are front-loaded, making the description quick to parse and exactly as long as needed for a simple list operation.

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 straightforward read-only list operation with full parameter schema coverage and safe annotations, this is largely complete. It does not describe the response structure or next_offset semantics in the description, but the schema covers the necessary fields and no output schema exists.

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?

Since schema description coverage is 100%, all three parameters (campaign_id, limit, offset) already have clear meanings. The description adds no parameter-level detail beyond what the schema provides, so the baseline of 3 applies.

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 uses a specific verb ('Lists') and resource ('campaign content-plan items'), which clearly distinguishes it from sibling tools like list_campaigns and list_posts. It also mentions pagination, making the purpose concrete.

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 implies when to use the tool—when you need to list campaign plan items—but it does not explicitly state alternatives or exclusions. It lacks guidance such as 'use this instead of list_posts' or any conditions, leaving some routing decisions to inference.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources