aidelly_create_idea
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.wilzer/aidelly
https://github.com/Aidelly/claude-plugin
1/7 registries