You're viewing a demo portfolio

Join the waitlist
PRSM

update_library_item

Active

Tool of SendIt

declared in 0.1.0

Update an existing content library item.

Parameters schema

{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "The content library item ID"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Tags"
    },
    "text": {
      "type": "string",
      "description": "New content text"
    },
    "type": {
      "enum": [
        "draft",
        "template",
        "evergreen"
      ],
      "type": "string",
      "description": "Content type"
    },
    "title": {
      "type": "string",
      "description": "New title"
    },
    "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"
    },
    "mediaUrl": {
      "type": "string",
      "description": "Media URL"
    },
    "evergreenEnabled": {
      "type": "boolean",
      "description": "Enable evergreen"
    },
    "evergreenIntervalDays": {
      "type": "number",
      "description": "Republish interval in days"
    }
  }
}

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 →