Site Context
Design context per project — kleuren, fonts, stijlnotities. Wordt automatisch meegestuurd in get_project_status. Gebruik set-context om design keuzes op te slaan zodat alle AI-interacties consistent zijn met de bestaande site-stijl.
Endpoints (2)
Set or update design context for a project. Uses deep merge — only provided fields are overwritten, existing fields are preserved. Call this at the start of a new project to establish the visual identity.
| Field | Type | Required | Description |
|---|---|---|---|
color_palette |
array | No | Color palette object. Keys: primary, secondary, accent, background, text. Values: hex color strings (e.g. "#2D5A3D"). |
fonts |
array | No | Font families object. Keys: heading, body. Values: font family name strings (e.g. "Playfair Display"). |
style_notes |
string | No | Free-form style description for AI context, e.g. "Modern minimalist, lots of whitespace, rounded corners, soft shadows". |
locale |
string | No | Primary content language (ISO 639-1), e.g. "nl", "en", "de". |
Get the current design context for a project. Returns null if no context has been set yet. Note: design context is also included in the get_project_status response.
No input parameters required.
MCP Tool Names
When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:
| Endpoint | MCP Tool Name |
|---|---|
| set-context | site_context_set_context |
| get-context | site_context_get_context |