You're viewing a demo portfolio

Join the waitlist
PRSM

aidelly_create_idea

Active

Tool of io.github.wilzer/aidelly

declared in 0.3.0

Create a new idea on the workspace's idea board, optionally seeded with an initial body or topic.

Parameters schema

{
  "type": "object",
  "required": [
    "idempotency_key"
  ],
  "properties": {
    "body": {
      "type": "object",
      "description": "Optional body override for endpoints with sparse parameter schemas.",
      "additionalProperties": true
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 40,
        "minLength": 1
      },
      "maxItems": 12
    },
    "query": {
      "type": "object",
      "description": "Optional query overrides for endpoints with sparse parameter schemas.",
      "additionalProperties": true
    },
    "title": {
      "type": "string",
      "maxLength": 200,
      "description": "Optional human title for the idea card."
    },
    "origin": {
      "enum": [
        "blank",
        "prompt",
        "trending_topic"
      ],
      "type": "string",
      "description": "How the idea was started."
    },
    "brand_id": {
      "type": "string"
    },
    "seed_topic": {
      "type": "string",
      "maxLength": 500,
      "description": "Originating prompt or trending-topic seed text. When supplied without\nan `initial_body`, this text seeds the idea's first entry.\n"
    },
    "initial_body": {
      "type": "string",
      "maxLength": 20000,
      "description": "Optional starter text. Stored as the idea's first timeline entry so\nthe editor opens with something to build on.\n"
    },
    "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."
    },
    "idempotency_key": {
      "type": "string"
    }
  },
  "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 →
aidelly_create_idea — io.github.wilzer/aidelly — PRSM MCP