save_to_library
ActiveTool of SendIt
declared in 0.1.0
Save content to your library as a draft, template, or evergreen content for reuse.
Parameters schema
{
"type": "object",
"required": [
"title",
"text"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Tags for organization"
},
"text": {
"type": "string",
"description": "The content text/caption"
},
"type": {
"enum": [
"draft",
"template",
"evergreen"
],
"type": "string",
"description": "Content type (default: draft)"
},
"title": {
"type": "string",
"description": "Title for the saved content"
},
"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": "Category for organization"
},
"mediaUrl": {
"type": "string",
"description": "Media URL (image or video)"
},
"targetPlatforms": {
"type": "array",
"items": {
"enum": [
"x",
"linkedin",
"linkedin-page",
"facebook",
"instagram",
"threads",
"bluesky",
"mastodon",
"nostr",
"youtube",
"tiktok",
"lemmy",
"discord",
"slack",
"telegram",
"pinterest",
"dribbble",
"devto",
"hashnode",
"gmb",
"whop",
"producthunt"
],
"type": "string"
},
"description": "Which platforms this content is designed for"
},
"evergreenEnabled": {
"type": "boolean",
"description": "Enable evergreen auto-republishing"
},
"evergreenIntervalDays": {
"type": "number",
"description": "Days between evergreen republishes"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries