Marvel MCP

by DanWahlin
Verified

get_comics_for_character

Retrieve Marvel comics featuring a specific character by providing the character ID and optional filters such as format, creators, events, or date range.

Instructions

Fetch Marvel comics filtered by character ID and optional filters

Input Schema

NameRequiredDescriptionDefault
characterIdYes
collaboratorsNo
creatorsNo
dateDescriptorNo
dateRangeNo
diamondCodeNo
digitalIdNo
eanNo
eventsNo
formatNo
formatTypeNo
hasDigitalIssueNo
isbnNo
issnNo
issueNumberNo
limitNo
modifiedSinceNo
noVariantsNo
offsetNo
orderByNo
seriesNo
sharedAppearancesNo
startYearNo
storiesNo
titleNo
titleStartsWithNo
upcNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "characterId": { "type": "number" }, "collaborators": { "type": "string" }, "creators": { "type": "string" }, "dateDescriptor": { "type": "string" }, "dateRange": { "type": "string" }, "diamondCode": { "type": "string" }, "digitalId": { "type": "number" }, "ean": { "type": "string" }, "events": { "type": "string" }, "format": { "type": "string" }, "formatType": { "type": "string" }, "hasDigitalIssue": { "type": "boolean" }, "isbn": { "type": "string" }, "issn": { "type": "string" }, "issueNumber": { "type": "number" }, "limit": { "maximum": 100, "minimum": 1, "type": "number" }, "modifiedSince": { "type": "string" }, "noVariants": { "type": "boolean" }, "offset": { "type": "number" }, "orderBy": { "type": "string" }, "series": { "type": "string" }, "sharedAppearances": { "type": "string" }, "startYear": { "type": "number" }, "stories": { "type": "string" }, "title": { "type": "string" }, "titleStartsWith": { "type": "string" }, "upc": { "type": "string" } }, "required": [ "characterId" ], "type": "object" }

You must be authenticated.

Other Tools from Marvel MCP

Related Tools

ID: 3f8e47gp7v