get_manga_details
Retrieve MangaDex metadata and external links for a specific manga using its UUID identifier.
Instructions
Return MangaDex metadata and mapped external links for a manga. Prefer reporting only this metadata, not general background knowledge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mangaId | Yes | The MangaDex UUID for the manga. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | Yes | ||
| description | Yes | ||
| status | No | ||
| year | No | ||
| tags | Yes | ||
| externalLinks | Yes | ||
| image | Yes |