The server exposes a tool per common SDK operation — 500+ in total, organized along the same domains as the SDK resources.Documentation Index
Fetch the complete documentation index at: https://docs.onlyfanskit.dev/llms.txt
Use this file to discover all available pages before exploring further.
| Domain | Example tools |
|---|---|
| Messaging | list-chats, send-message, search-messages, get-message |
| Fans & subscribers | list-active-subscribers, get-subscribers-count, block-user |
| Content | create-post, like-post, list-vault-lists, get-post-stats |
| Earnings | get-earnings-chart, get-top-fans, get-fans-activity |
| Growth | list-campaigns, toggle-trial-link, reserve-promotion |
| Streams | post-stream-comment, get-stream-tips, save-stream-as-post |
Discovery
Every tool ships:- a name the agent matches against intent,
- a description the agent reads to decide when to call it,
- a schema with a description on each input field.
Return values
Tools return JSON (as text content) so the agent can read and reason over the result. Errors propagate as the SDK’sOnlyFansAPIError with a useful message;
the agent surfaces them in its reply.