Skip to main content
Glama

Marvel MCP

by DanWahlin
MIT License
89
7
  • Linux
  • Apple

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DanWahlin/marvel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server