22 tools total, all prefixed dropslate_. The first 11 are read-only and visible to any credential; the remaining 11 need the write scope and a paid plan, and six of those refuse to act without confirm: true. Every tool is a thin wrapper over one REST route - see Safety rules for the confirmation invariant these descriptions carry verbatim.
| Tool |
Does |
dropslate_whoami |
The workspace this connection acts in, its plan and this month’s usage, and what this credential may do. |
dropslate_list_accounts |
The channels connected to the workspace, with the state of each token. These are the only account ids a post may target. |
dropslate_list_groups |
Named sets of accounts. A post may target a group instead of listing account ids. |
dropslate_get_media |
Status and metadata of one file. Poll after an upload until status: ready. |
dropslate_list_media |
Files in the library, newest first, filtered by folder, kind, status or a search term. |
dropslate_list_folders |
Folders of the media library. |
dropslate_plan_post |
Shows what would be published, where and when, with a check per account and the effect on the monthly quota. Nothing is created. Always call this before dropslate_create_post and show the table to the user. |
dropslate_list_posts |
Posts of the workspace, filtered by status, network, account, date range or text. |
dropslate_get_post |
One post with its timeline and the network’s own response, verbatim. |
dropslate_analytics_overview |
How posts published through Dropslate did in a period: posts live, views, engagements, engagement rate, follower growth, per network, followers by country, and which accounts cannot be read. compare: true adds the previous period. |
dropslate_analytics_posts |
The posts that went live in a period with their latest numbers, best first (sort: views, engagementRate, liveAt). A number the network does not give is “unknown”, never 0. |
| Tool |
Does |
Needs confirm: true |
dropslate_create_upload |
Reserves a media id and a one-time upload URL; you PUT the file’s bytes to it directly. |
No |
dropslate_upload_from_url |
Fetches a public https URL into the library. |
No |
dropslate_delete_media |
Removes a file from the library for good. |
Yes |
dropslate_create_folder |
A new folder, at the top or inside another. |
No |
dropslate_rename_folder |
Gives a folder a new name. |
No |
dropslate_delete_folder |
Deletes a folder; its files move to the top of the library. |
Yes |
dropslate_create_post |
Creates one post per target account and queues it (or saves a draft). Same body as dropslate_plan_post plus confirm: true. |
Yes |
dropslate_retry_post |
Sends a failed post again - at its original time if still ahead, otherwise now. |
Yes |
dropslate_cancel_post |
Takes a queued post off the queue, back to draft. |
Yes |
dropslate_reschedule_post |
Moves a queued post to a new time, or gives a draft one (which queues it). |
Yes |
dropslate_refresh_analytics |
Reads every account and recent post from the networks now instead of at the next scheduled read. Once per 15 minutes. |
No |
| URI |
Contents |
dropslate://workspace |
The workspace this connection acts in: plan, usage, timezone, what the credential may do. |
dropslate://limits/{platform} |
Caption length, file sizes, durations and formats a network accepts - the same numbers on each platform page. |
A guided upload → plan → confirm → create → verify sequence for publishing local files, with files, an optional accounts and an optional when argument. Available in any MCP client that surfaces prompts (Claude Desktop’s / menu, for example). See Use cases for what it does step by step.