list_library
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries