get_chapter_access_info
Retrieve chapter access metadata from MangaDex, including reader URLs and external host links for viewing manga chapters online.
Instructions
Return chapter access metadata only, including the MangaDex reader URL or external host URL. MangaDex does not provide PDF/CBZ download URLs here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chapterId | Yes | The MangaDex UUID for the chapter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chapterId | Yes | ||
| chapter | Yes | ||
| title | Yes | ||
| chapterUrl | Yes | ||
| language | Yes | ||
| pageCount | Yes | ||
| isUnavailable | Yes | ||
| isExternal | Yes | ||
| externalUrl | Yes | ||
| mangaTitle | Yes | ||
| readerUrl | Yes | ||
| pdfDownloadUrl | Yes | ||
| cbzDownloadUrl | Yes | ||
| archiveDownloadUrl | Yes | ||
| availableFormats | Yes | ||
| message | Yes |