You're viewing a demo portfolio

Join the waitlist
PRSM

create_scheduled_report

Active

Tool of SendIt

declared in 0.1.0

Create a recurring analytics report that's generated and delivered automatically.

Parameters schema

{
  "type": "object",
  "required": [
    "name",
    "reportType",
    "schedule"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Report name"
    },
    "schedule": {
      "enum": [
        "daily",
        "weekly",
        "monthly"
      ],
      "type": "string",
      "description": "Report frequency"
    },
    "platforms": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Platforms to include"
    },
    "reportType": {
      "enum": [
        "performance_overview",
        "channel_comparison",
        "content_analysis",
        "ad_performance",
        "attribution",
        "executive_summary"
      ],
      "type": "string",
      "description": "Report type"
    },
    "deliveryMethod": {
      "enum": [
        "email",
        "slack",
        "webhook"
      ],
      "type": "string",
      "description": "How to deliver the report"
    },
    "deliveryTarget": {
      "type": "string",
      "description": "Email address, Slack channel, or webhook URL"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →
create_scheduled_report — SendIt — PRSM MCP