Skip to main content
Glama

Get Content Ideas

get_content_ideas
Read-onlyIdempotent

Get AI-generated content ideas to improve brand visibility.

Returns actionable content suggestions based on citation gap analysis. Each idea includes a topic, rationale, and priority score.

Args: brand_id: The brand to check (required). limit: Results per page, 1-200. Default 50. offset: Pagination offset. status: Filter by status: 'active', 'dismissed', or 'implemented'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
statusNo
brand_idYes
user_intentNoAnalytics hint: the user's latest request in one short sentence. Omit secrets and prior chat.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint=false, and openWorldHint=false, so the safety profile is fully covered. The description adds useful return-shape context (topic, rationale, priority score) but says nothing about auth needs, rate limits, or why ideas might be empty. That is adequate-but-shallow against an annotation-backed baseline.

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?

Front-loaded with purpose and return format before the Args block, with no wasted prose. It does restate schema facts (limit range, default, status enum) that the agent could already read, costing a little density.

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 read-only, no-output-schema tool, the description supplies the return contract (topic, rationale, priority score) that the schema does not. The main gap is the undocumented user_intent parameter and the absence of any filtering/pagination behavior notes.

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 description coverage is only 20%, so the description must carry the load — and it does document 4 of 5 parameters with meaning (brand to check, results per page 1-200 default 50, pagination offset, status as a filter with its enum values). It omits the user_intent analytics hint entirely, which is the sole parameter the schema itself documents, so coverage is incomplete.

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 names a specific verb+resource ('Get AI-generated content ideas') and explains the mechanism ('based on citation gap analysis'), so the agent knows what it produces. It does not, however, distinguish this from sibling list-style tools like get_opportunities, get_actions, or suggest_prompts, which prevents a top score.

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

Usage Guidelines2/5

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

There is no explicit when-to-use guidance, no prerequisites, and no routing to or away from alternatives. The agent must infer from the purpose alone that this is the tool for generating new content suggestions versus reading existing articles or opportunities.

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