You're viewing a demo portfolio

Join the waitlist
PRSM

aidelly_list_tasks

Active

Tool of io.github.wilzer/aidelly

declared in 0.3.0

List workspace tasks with optional filtering by status, assignee, or ownership. Supports offset pagination.

Parameters schema

{
  "type": "object",
  "properties": {
    "mine": {
      "type": "boolean",
      "default": false
    },
    "limit": {
      "type": "integer",
      "default": 50,
      "maximum": 200,
      "minimum": 1
    },
    "query": {
      "type": "object",
      "description": "Optional query overrides for endpoints with sparse parameter schemas.",
      "additionalProperties": true
    },
    "offset": {
      "type": "integer",
      "default": 0,
      "minimum": 0
    },
    "status": {
      "type": "string"
    },
    "assignee": {
      "type": "string",
      "format": "uuid"
    },
    "brand_id": {
      "type": "string"
    },
    "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."
    },
    "include_completed": {
      "type": "boolean",
      "default": false
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.wilzer/aidelly

https://github.com/Aidelly/claude-plugin

1/7 registries
View full server →
aidelly_list_tasks — io.github.wilzer/aidelly — PRSM MCP