Marvel MCP

by DanWahlin
Verified

get_characters_for_comic

Retrieve Marvel characters associated with a specific comic by providing the comic ID. Ideal for developers and fans exploring character details in the Marvel MCP server.

Instructions

Fetch Marvel characters for a given comic

Input Schema

NameRequiredDescriptionDefault
comicIdYes
eventsNo
limitNo
modifiedSinceNo
nameNo
nameStartsWithNo
offsetNo
orderByNo
seriesNo
storiesNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comicId": { "type": "number" }, "events": { "type": "string" }, "limit": { "maximum": 100, "minimum": 1, "type": "number" }, "modifiedSince": { "type": "string" }, "name": { "type": "string" }, "nameStartsWith": { "type": "string" }, "offset": { "type": "number" }, "orderBy": { "type": "string" }, "series": { "type": "string" }, "stories": { "type": "string" } }, "required": [ "comicId" ], "type": "object" }

You must be authenticated.

Other Tools from Marvel MCP

Related Tools

ID: 3f8e47gp7v