Fetch CapMonster documentation
get_docsFetch CapMonster documentation pages to get exact captcha task parameters, extraction steps, and createTask/getTaskResult examples. Jump to specific sections or page through long docs.
Instructions
Fetch a CapMonster documentation page by its URL and return its text.
Use this to read a captcha type's docs (exact task parameters, how to extract them from a live page, and worked createTask/getTaskResult examples). Pick the URL from the llms.txt index (https://docs.capmonster.cloud/llms.txt) — it lists every doc page. Also accepts llms-full.txt and the OpenAPI spec URL.
Only URLs on docs.capmonster.cloud or api.capmonster.cloud are allowed.
Jumping to a section (preferred on big pages — avoids paging by hand):
Pass
section="<heading>"to return just that##/###section (from its heading down to the next same-or-higher-level heading). Matching is case-insensitive and substring-based, sosection="Examples of solving"or evensection="examples"works. Great for going straight to "Create task", "Get task result", or "Examples of solving …".When a page is returned in chunks, the first chunk is prefixed with a section outline (each heading and the exact
section="…"to jump to it), so you can pick the section you need in one follow-up call.
Paging (when you want the raw text, no section):
Pages that don't fit in limit characters are returned one chunk at a time,
starting at offset. The chunk is prefixed with a header showing the range,
the total length, and (if there's more) the offset to pass on the next
call — keep calling with that offset until the header says end of document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| limit | No | ||
| offset | No | ||
| section | No |