You're viewing a demo portfolio

Join the waitlist
PRSM

list_proposals

Active

Tool of Chronary

declared in 1.0.0

List scheduling proposals for the org. Filter by status (pending|confirmed|expired|cancelled) or organizer_agent_id. Requires an org-level API key.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 200,
      "minimum": 1,
      "description": "Max results (default 50)"
    },
    "offset": {
      "type": "integer",
      "maximum": 9007199254740991,
      "minimum": 0,
      "description": "Pagination offset (default 0)"
    },
    "status": {
      "enum": [
        "pending",
        "confirmed",
        "expired",
        "cancelled"
      ],
      "type": "string",
      "description": "Filter by proposal status"
    },
    "organizer_agent_id": {
      "type": "string",
      "description": "Filter by organizer agent"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Chronary

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

2/7 registries
View full server →