You're viewing a demo portfolio

Join the waitlist
PRSM

aidelly_update_brand_profile

Active

Tool of io.github.wilzer/aidelly

declared in 0.3.0

PUT /brand/profile — update workspace brand profile fields such as brand_voice, writing_style, and target_audience.

Parameters schema

{
  "type": "object",
  "required": [
    "idempotency_key"
  ],
  "properties": {
    "body": {
      "type": "object",
      "description": "Optional body override for endpoints with sparse parameter schemas.",
      "additionalProperties": true
    },
    "goals": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 120
      },
      "maxItems": 20
    },
    "query": {
      "type": "object",
      "description": "Optional query overrides for endpoints with sparse parameter schemas.",
      "additionalProperties": true
    },
    "website": {
      "type": "string",
      "format": "uri",
      "maxLength": 500
    },
    "brand_id": {
      "type": "string"
    },
    "industry": {
      "type": "string",
      "maxLength": 100
    },
    "position": {
      "type": "string",
      "maxLength": 200
    },
    "brand_voice": {
      "enum": [
        "professional",
        "friendly",
        "casual",
        "authoritative",
        "playful"
      ],
      "type": "string"
    },
    "workspace_id": {
      "type": "string",
      "format": "uuid",
      "description": "Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content."
    },
    "business_name": {
      "type": "string",
      "maxLength": 200
    },
    "contact_email": {
      "type": "string",
      "format": "email",
      "maxLength": 320
    },
    "primary_color": {
      "type": "string",
      "pattern": "^#[0-9A-Fa-f]{6}$"
    },
    "writing_style": {
      "type": "string",
      "maxLength": 1000
    },
    "idempotency_key": {
      "type": "string"
    },
    "secondary_color": {
      "type": "string",
      "pattern": "^#[0-9A-Fa-f]{6}$"
    },
    "target_audience": {
      "type": "string",
      "maxLength": 2000
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.wilzer/aidelly

https://github.com/Aidelly/claude-plugin

1/7 registries
View full server →