You're viewing a demo portfolio

Join the waitlist
PRSM

update_ical_subscription

Active

Tool of Chronary

declared in 1.0.0

Update an external iCal feed subscription — change its label or its feed URL. Changing the URL forces a full re-sync on the next poll.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "subscription_id"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "pattern": "^https:\\/\\/.*",
      "description": "New HTTPS URL of the iCal feed (.ics)"
    },
    "label": {
      "type": "string",
      "maxLength": 255,
      "minLength": 1,
      "description": "New label for this subscription"
    },
    "subscription_id": {
      "type": "string",
      "description": "iCal subscription ID to update"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Chronary

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

2/7 registries
View full server →
update_ical_subscription — Chronary — PRSM MCP