Skip to main content
Glama

Set up (or update) a brand's content space

setup_content_space

Turn the content engine on for a brand from an onboarding conversation, or update its settings later. FREE with structured fields. Collect the answers FIRST (use the setup_content_space prompt: brand & site → audience → tone with the archetype options → platforms → post types → 3–8 topics → example posts), read them back to the user for a yes, THEN call this once. Target an existing space with space_id, or create a fresh solo space for the brand with new_space:{name}. First-time setup needs at least voice and platforms. Topics are appended (≤12 per call; keywords proposed when omitted). Pass brand_doc only when the user hands over a written brand template (it costs 5 credits to structure); answers you collected go in the fields for free. Nothing is published by this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
voiceNoVoice & style as a tight paragraph: tone in 3–5 words, do's and don'ts, typical length, emoji / hashtag / link policy, words to use and avoid, and the feel of any example posts the user shared.
topicsNoThe inventory of themes to post about (3–8 to start).
space_idNoExisting space to enable/update (one of space_id / new_space is required).
brand_docNoA filled brand template the user pasted — costs 5 credits to structure.
new_spaceNoCreate a solo Amplify space for this brand (idempotent on name).
platformsNoWhere the brand posts, e.g. ["X", "LinkedIn"]. One draft per platform is written per topic.
brand_nameNoDefaults to the space name.
post_typesNoThe kinds of posts they want (how-tos, build-in-public notes, hot takes, customer wins, thesis drops…).
review_thresholdNoReviewer pass bar (default 75).
platform_playbookNoPer-platform notes, e.g. "X: short and punchy. LinkedIn: longer, more reflective."
trending_source_handlesNoX accounts to pin for 'Trending on X' (news outlets, analysts, competitors).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

The description adds meaningful behavioral detail beyond the annotations: structured fields are FREE, brand_doc costs 5 credits, topics are appended with a 12-per-call cap, keywords are auto-proposed when omitted, and nothing is published. These are non-obvious side effects and constraints that an agent needs to know before invoking the tool.

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?

The description is dense but every sentence carries useful information, from billing to workflow to side effects. It is appropriately sized for an 11-parameter tool, though the long prose paragraph could be better structured with bullets or explicit sequencing. It is front-loaded with purpose and cost, which helps an agent scan it quickly.

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 of this complexity, the description covers the workflow, required inputs, billing, topic behavior, and the fact that nothing is published. With no output schema, a brief note about what the call returns or how to verify success would strengthen it, but the provided description is already sufficient for an agent to invoke it correctly in most cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Even though schema description coverage is 100%, the description adds crucial semantic guidance: first-time setup requires at least voice and platforms, space_id/new_space are mutually exclusive routes, topics are appended, and brand_doc should only be passed when the user provides a written template. This materially improves parameter understanding beyond the raw 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 opens with a specific action: 'Turn the content engine on for a brand from an onboarding conversation, or update its settings later.' This clearly identifies the resource (a brand's content space) and the operation (set up or update), and it does not merely restate the tool name. The title and description together distinguish it from sibling tools like generate_posts or manage_content_topics.

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?

The description gives a concrete workflow: collect answers first via the setup prompt, read them back for confirmation, then call once. It also specifies when to use space_id vs new_space and when to pass brand_doc. However, it does not explicitly name alternatives or state when not to use this tool versus a sibling, so it stops short of a 5.

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