You're viewing a demo portfolio

Join the waitlist
PRSM

list_library

Active

Tool of SendIt

declared in 0.1.0

List saved content from your library. Returns drafts, templates, and evergreen content.

Parameters schema

{
  "type": "object",
  "properties": {
    "type": {
      "enum": [
        "draft",
        "template",
        "evergreen"
      ],
      "type": "string",
      "description": "Filter by content type"
    },
    "limit": {
      "type": "number",
      "description": "Maximum items to return (default 20, max 100)"
    },
    "search": {
      "type": "string",
      "description": "Search in title and text"
    },
    "team_id": {
      "type": "string",
      "description": "Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope."
    },
    "category": {
      "type": "string",
      "description": "Filter by category"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SendIt

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

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