Skip to main content
Glama

edit_audience

Update audience/ICP sections by describing the change in natural language. Specify sections like demographics, painPoints, or positioning; returns an operation ID to track progress.

Instructions

Async LLM ai-edit of the brand's audience/ICP. Describe the change in prompt (natural language). sections is REQUIRED — the audience section(s) to edit (e.g. 'demographics', 'painPoints', 'positioning'). If unsure which sections are valid for this brand, call preview_audience_edit first and use the section keys it returns. Returns { operationId, status } — poll get_job(operationId) until state is 'completed' (or 'failed'/'cancelled' on error). Only one audience edit can run at a time; a second call returns an 'already_running' notice. Typically takes ~30–90 s.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesNatural-language instruction describing the change to make to the audience/ICP.
brandIdNoBrand ID (defaults to active brand)
sectionsYesREQUIRED. Audience section keys to edit (e.g. ['demographics'], ['painPoints'], ['positioning']). Call preview_audience_edit to discover valid values for this brand.
subsectionsNoOptional map of section → subsection keys to scope the edit more narrowly (e.g. { demographics: ['ageRange'] }).
Behavior5/5

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

No annotations are present, so the description fully carries the burden. It discloses async behavior, return payload shape, polling requirements, success/failure states, concurrency limits, and the 'already_running' notice. This goes beyond a simple statement of side effects and gives the agent a complete mental model of the tool's runtime behavior.

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 tightly written in four sentences, each earning its place. It front-loads the core purpose, then covers required parameters, async workflow, and constraints without redundancy or fluff.

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 the tool's complexity (async, stateful, concurrent limits) and lack of output schema, the description explains everything an agent needs: how to specify changes, what response to expect, how to poll, and typical timing. It also references sibling tools appropriately, making the description self-sufficient for correct invocation.

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 coverage is 100% and parameter descriptions are already clear. The description adds value by emphasizing that `sections` is REQUIRED, giving concrete examples, and directing users to preview_audience_edit to discover valid keys. This is above the baseline, though much of the parameter meaning is already present in the schema.

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 clearly states the tool performs an async LLM AI edit of the brand's audience/ICP, using a specific verb ('ai-edit') and resource. It distinguishes itself from sibling tools like get_audience (read) and preview_audience_edit (preview) by emphasizing that it edits and returns an operationId for async polling.

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?

Provides explicit usage context: describes the intended use for editing audience sections, instructs users to call preview_audience_edit first if unsure about valid section keys, and warns about the single-running-edit constraint. It also specifies the async polling workflow and typical duration, offering clear when-to-use and when-to-check alternatives.

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