aidelly_update_workspace
ActiveTool of io.github.wilzer/aidelly
declared in 0.3.0
PATCH /workspaces/{workspaceId} — update workspace name, archive state, kind, or mode.
Parameters schema
{
"type": "object",
"required": [
"idempotency_key",
"workspaceId"
],
"properties": {
"body": {
"type": "object",
"description": "Optional body override for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"kind": {
"enum": [
"own",
"client"
],
"type": "string"
},
"name": {
"type": "string",
"maxLength": 100,
"minLength": 1
},
"query": {
"type": "object",
"description": "Optional query overrides for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"archived": {
"type": "boolean"
},
"brand_id": {
"type": "string"
},
"workspaceId": {
"type": "string",
"format": "uuid"
},
"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."
},
"workspace_type": {
"enum": [
"traditional",
"agentic"
],
"type": "string"
},
"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