aidelly_create_client_review_link
ActiveTool of io.github.wilzer/aidelly
declared in 0.3.0
POST /client-review-links — create a magic-link review portal. Returns the raw token exactly once; store it securely.
Parameters schema
{
"type": "object",
"required": [
"idempotency_key",
"label"
],
"properties": {
"body": {
"type": "object",
"description": "Optional body override for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"label": {
"type": "string",
"maxLength": 200,
"minLength": 1,
"description": "Human-readable name for the link"
},
"query": {
"type": "object",
"description": "Optional query overrides for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"brand_id": {
"type": "string"
},
"expires_at": {
"type": "string",
"format": "date-time",
"description": "Optional expiration timestamp in ISO 8601 format"
},
"client_email": {
"type": "string",
"format": "email",
"maxLength": 320,
"description": "Optional client email for notifications"
},
"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