You're viewing a demo portfolio

Join the waitlist
PRSM

agent_brief

Active

Tool of Colour Memory

declared in 2.3.4

Generate a complete colour direction package for another AI agent or image generation model. Fetches a historically grounded archive palette from the concept, then produces: an agent brief (colour direction in prose), colour tokens with hex values and roles, a model-specific image generation prompt, a negative prompt, and lighting notes. Supports midjourney, flux, dalle, stable_diffusion. Example: task='luxury hotel bedroom', concept='Ottoman winter luxury', model='midjourney'. Use this to make Colour Memory the colour layer for other AI systems.

Parameters schema

{
  "type": "object",
  "required": [
    "task",
    "concept"
  ],
  "properties": {
    "task": {
      "type": "string",
      "description": "What the other AI needs to generate e.g. 'luxury hotel bedroom image'"
    },
    "model": {
      "type": "string",
      "default": "midjourney",
      "description": "Target model: midjourney, flux, dalle, stable_diffusion"
    },
    "archive": {
      "type": "string",
      "default": "",
      "description": "Optional: restrict palette query to this archive e.g. georgianpleasures, japan, china"
    },
    "concept": {
      "type": "string",
      "description": "Colour concept to draw from e.g. 'Ottoman winter luxury', 'Victorian mourning'"
    },
    "style_notes": {
      "type": "string",
      "description": "Optional: additional style direction e.g. 'matte surfaces only', 'no gold'"
    },
    "palette_size": {
      "type": "integer",
      "default": 5,
      "description": "Number of archive colours to include (default 5, max 8)"
    },
    "locked_palette": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": [],
      "description": "Optional: list of hex values to use exclusively. When provided, no archive query is run — these exact colours are used. Prevents palette drift."
    },
    "allowed_archives": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": [],
      "description": "Optional: list of allowed archive names. Query restricted to these archives only."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Colour Memory

https://github.com/DigbyO/colour-memory-api

2/7 registries
View full server →