Marvel MCP

by DanWahlin
Verified

get_characters

Retrieve Marvel character data with customizable filters such as name, comics, events, and series to streamline your API queries and data extraction.

Instructions

Fetch Marvel characters with optional filters

Input Schema

NameRequiredDescriptionDefault
comicsNo
eventsNo
limitNo
modifiedSinceNo
nameNo
nameStartsWithNo
offsetNo
orderByNo
seriesNo
storiesNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comics": { "type": "string" }, "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" } }, "type": "object" }

You must be authenticated.

Other Tools from Marvel MCP

Related Tools

ID: 3f8e47gp7v