You're viewing a demo portfolio

Join the waitlist
PRSM

list_ical_subscriptions

Active

Tool of Chronary

declared in 1.0.0

List an agent's external iCal feed subscriptions (e.g. linked Google Calendar / Outlook feeds), including their sync status and last sync time.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "agent_id"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "default": 50,
      "maximum": 200,
      "minimum": 1,
      "description": "Max results to return"
    },
    "offset": {
      "type": "integer",
      "default": 0,
      "maximum": 9007199254740991,
      "minimum": 0,
      "description": "Pagination offset"
    },
    "status": {
      "enum": [
        "active",
        "error",
        "paused"
      ],
      "type": "string",
      "description": "Filter by subscription status"
    },
    "agent_id": {
      "type": "string",
      "description": "Agent ID whose iCal subscriptions to list"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Chronary

https://github.com/Chronary/chronary-mcp

2/7 registries
View full server →