Set project config
set_project_configUpdate a board's settings by specifying only the fields to change. Modifies MCP-managed configuration without affecting legacy project_config.json.
Instructions
Update a board's settings (only provided fields change). Writes to the MCP-managed config; never mutates legacy project_config.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| website | No | ||
| products | No | ||
| imageTool | No | Preferred image-generation tool/connector/skill name for generate_image (e.g. an image MCP or an 'imagegen' skill). If unset, generate_image uses any available image generator, else falls back to SVG. | |
| agentModel | No | ||
| brandTitle | No | Board display title (branding). | |
| brandVoice | No | Brand voice/tone for generated media, e.g. 'confident, playful, plain-spoken'. | |
| brandWords | No | Brand / trial words woven into generated media (e.g. product name, taglines, campaign phrases). | |
| description | No | ||
| codeLocation | No | ||
| customPrompt | No | Project-specific guidance injected into every work packet. | |
| brandSubtitle | No | Board subtitle / byline (branding). |