aidelly_invite_workspace_member
ActiveTool of io.github.wilzer/aidelly
declared in 0.3.0
POST /workspaces/{workspaceId}/invitations — invite a member or client to a workspace. Returns the invitation URL and queues the email by default.
Parameters schema
{
"type": "object",
"required": [
"idempotency_key",
"workspaceId",
"email"
],
"properties": {
"body": {
"type": "object",
"description": "Optional body override for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"role": {
"enum": [
"admin",
"member",
"client"
],
"type": "string",
"default": "member"
},
"email": {
"type": "string",
"format": "email"
},
"query": {
"type": "object",
"description": "Optional query overrides for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"brand_id": {
"type": "string"
},
"send_email": {
"type": "boolean",
"default": true
},
"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."
},
"idempotency_key": {
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.wilzer/aidelly
https://github.com/Aidelly/claude-plugin
1/7 registries