You're viewing a demo portfolio

Join the waitlist
PRSM

aidelly_create_report

Active

Tool of io.github.wilzer/aidelly

declared in 0.3.0

Create a report for a date range and synchronously build its analytics snapshot from the workspace connected accounts. Requires an Idempotency-Key header.

Parameters schema

{
  "type": "object",
  "required": [
    "idempotency_key",
    "title",
    "dateRangeStart",
    "dateRangeEnd"
  ],
  "properties": {
    "body": {
      "type": "object",
      "description": "Optional body override for endpoints with sparse parameter schemas.",
      "additionalProperties": true
    },
    "query": {
      "type": "object",
      "description": "Optional query overrides for endpoints with sparse parameter schemas.",
      "additionalProperties": true
    },
    "title": {
      "type": "string",
      "example": "November Report",
      "maxLength": 120,
      "minLength": 1
    },
    "brand_id": {
      "type": "string"
    },
    "sections": {
      "type": "array",
      "items": {
        "enum": [
          "summary",
          "platform_breakdown",
          "top_posts",
          "period_comparison",
          "insights",
          "commentary",
          "trend"
        ],
        "type": "string"
      }
    },
    "commentary": {
      "type": "string",
      "maxLength": 4000
    },
    "templateId": {
      "type": "string",
      "format": "uuid"
    },
    "dateRangeEnd": {
      "type": "string",
      "format": "date",
      "example": "2024-11-30"
    },
    "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."
    },
    "dateRangeStart": {
      "type": "string",
      "format": "date",
      "example": "2024-11-01"
    },
    "idempotency_key": {
      "type": "string"
    },
    "includeComparison": {
      "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_create_report — io.github.wilzer/aidelly — PRSM MCP