Skip to main content
Glama

seo_list_clusters

List SEO keyword clusters to review and approve before generating content briefs. Filter by status, product fit, origin, or search to find the right cluster.

Instructions

Step 5. List clusters so the agent can pick one (or several) to approve before brief and roadmap generation. Returns short detail by default: {id, name, status} per cluster. Use detail="medium" for the full compact summary (pillarKeyword, briefGenerationStatus, briefCount, keywordCount, topKeywords, firstBriefId, description, productFit, relevanceScore) or detail="full" for raw cluster objects. Full keyword detail (keywordsMeta, contentMix, briefAssignments) is intentionally omitted at short/medium to keep context small — use cluster IDs with approve/reject tools directly. Supports server-side filtering: status (CSV of pending_review/approved/rejected), productFit (core/adjacent/out_of_scope), archetype (competitor), origin (CSV of pipeline/manual), q (text search over name/description/pillarKeyword).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoText search over cluster name, description, and pillarKeyword
detailNoVerbosity of returned item(s): "short" = id + primary label + status (cheap list scan); "medium" = key summary fields + counts (a useful glance); "full" = the complete object. Default "short". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full".short
originNoCSV of origins to filter by (pipeline, manual)
statusNoCSV of cluster statuses to filter by (pending_review, approved, rejected)
brandIdNoBrand ID (defaults to active brand)
archetypeNoFilter by cluster archetype
productFitNoFilter by product-fit classification
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses the default 'short' return shape, exactly what each detail level returns, and intentionally omitted fields (keywordsMeta, contentMix, briefAssignments) with a rationale. This is substantial behavioral insight for a read-only list tool.

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 long but every sentence earns its place: purpose first, then return-detail options, then filtering. It is well-structured and avoids redundancy while covering multiple detail levels and filters.

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?

Given no output schema and no annotations, the description fully documents return shapes, filtering options, field omissions, and workflow next steps. It is complete for a 7-parameter list tool; the only minor omission (brandId behavior) is already covered by the schema.

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 100%, so the baseline is 3. The description adds meaningful value by explaining detail-level field sets, CSV filter semantics, and q search scope, which goes beyond the bare schema descriptions and helps the agent select appropriate parameters.

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 states a specific verb and resource: 'List clusters' and explains the workflow purpose: 'so the agent can pick one (or several) to approve before brief and roadmap generation.' It clearly distinguishes this from sibling list tools by focusing on clusters and their approval status.

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

Usage Guidelines4/5

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

It gives clear context for when to use the tool ('Step 5', before brief/roadmap generation) and provides guidance on detail levels, including when to avoid full detail ('use cluster IDs with approve/reject tools directly'). It does not explicitly name alternative list tools, but the workflow context is strong.

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/bitsandtea/postking-mcp'

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