Skip to main content
Glama

seo_edit_brief

Edit an SEO brief before approval: replace the structured outline (H2s, FAQs, keywords) or change status. Submit updated briefData to refine, or approve to trigger content generation.

Instructions

Edit an SeoBrief before approval. The inner route does NOT accept free-text 'instructions' — refinement is structured. Pass briefData (the full replacement JSON for the brief outline — H2s, FAQs, keyword targets, etc.) and/or status ('approved' | 'rejected'). Approving via this tool fires L4 article/comparison generation immediately and returns { brief, operationId } — prefer seo_approve_briefs for the canonical approval step. Typical refinement loop: seo_get_brief → mutate briefData locally → seo_edit_brief with the new briefData (status omitted) → seo_approve_briefs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoFlip to 'approved' (fires generation) or 'rejected'. Omit to update briefData without changing status.
brandIdNoBrand ID (defaults to active brand)
briefIdYesBrief ID from seo_list_briefs
briefDataNoFull structured replacement for the brief outline (object). Pulled from seo_get_brief, edited, sent back.
parentSourceNoLanding-brief approval: which parent LP draft to extend from.
voiceProfileIdNoWhen approving, write in this voice profile.
attachedAssetIdNoWhen approving, attach an existing asset to the article.
generateHeroImageNoWhen approving, also generate a hero image (extra credits). Article-type briefs only — comparison/landing-type briefs return a 400 if this is set.
Behavior4/5

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

No annotations are provided, so the description carries the full behavioral burden. It discloses critical side effects: 'Approving via this tool fires L4 article/comparison generation immediately and returns { brief, operationId }.' It also highlights the structured refinement constraint and indicates the canonical approval path. However, it does not describe what happens on 'rejected' status or what a non-approval edit returns, leaving some behavioral gaps.

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 concise and front-loaded with the core purpose. Each sentence adds value: the constraint about no free-text instructions, briefData/status usage, the side effect of approval, and the typical refinement loop. No filler or redundancy.

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 tool with 8 parameters and no output schema, the description provides a strong workflow context: the refinement loop, the approval alternative, and the return shape for approval. However, it does not specify the return value for simple edits, nor does it mention conditional param restrictions like generateHeroImage only being valid for article-type briefs (though the schema covers that). Overall, it is nearly complete but leaves some path-specific gaps.

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 context beyond the schema: it explains briefData as 'the full replacement JSON for the brief outline — H2s, FAQs, keyword targets, etc.' and clarifies the role of status and the refinement loop. This extra semantic value raises it above baseline.

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 opens with 'Edit an SeoBrief before approval,' which clearly states the action and resource. It distinguishes itself from the sibling seo_approve_briefs by explicitly saying 'prefer seo_approve_briefs for the canonical approval step,' making its purpose unambiguous.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance: it says the inner route does not accept free-text 'instructions' and provides a typical refinement loop (seo_get_brief → mutate → seo_edit_brief → seo_approve_briefs). It also names an alternative tool for approval, which helps an agent decide correctly.

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