You're viewing a demo portfolio

Join the waitlist
PRSM

create_upload_session

Active

Tool of SendIt

declared in 0.1.0

Create a browser upload link for media files. ALWAYS use this when the user shares an image or video in chat — their file is local and cannot be passed directly to publish_content. WORKFLOW: 1. Call this tool to get an uploadUrl 2. Give the user the link to open in their browser and upload their file 3. After upload, call get_upload_session to get the public media URL(s) 4. Use the returned URL with publish_content or schedule_content Supports up to 20 files per session. Expires in 15 minutes.

Parameters schema

{
  "type": "object",
  "properties": {
    "mediaType": {
      "enum": [
        "image",
        "video"
      ],
      "type": "string",
      "description": "Optional hint for expected media type"
    }
  }
}

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 →
create_upload_session — SendIt — PRSM MCP