aidelly_create_report_link
ActiveTool of io.github.wilzer/aidelly
declared in 0.3.0
POST /report-links — create a shareable report link (snapshot or live with cadence).
Parameters schema
{
"type": "object",
"required": [
"idempotency_key",
"report_id",
"mode"
],
"properties": {
"body": {
"type": "object",
"description": "Optional body override for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"mode": {
"enum": [
"snapshot",
"live"
],
"type": "string",
"default": "snapshot",
"description": "snapshot for static link, live for auto-updating"
},
"query": {
"type": "object",
"description": "Optional query overrides for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"cadence": {
"enum": [
"weekly",
"monthly"
],
"type": "string",
"nullable": true,
"description": "Required for live mode; update frequency"
},
"brand_id": {
"type": "string"
},
"password": {
"type": "string",
"nullable": true,
"minLength": 1,
"description": "Optional password to protect the share link"
},
"report_id": {
"type": "string",
"format": "uuid",
"description": "UUID of the report to share"
},
"expires_at": {
"type": "string",
"format": "date-time",
"nullable": true,
"description": "Optional expiration timestamp in ISO 8601 format"
},
"template_id": {
"type": "string",
"format": "uuid",
"nullable": true,
"description": "Optional report template to use for rendering"
},
"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