character
ActiveTool of mcp-bungie
declared in 0.1.0
Fetch Destiny 2 character data for a specific character by membership_type, destiny_membership_id, and character_id; components controls which data blocks (e.g. 200=characters, 205=equipment) are returned.
Parameters schema
{
"type": "object",
"examples": [
{
"components": "200,201,202",
"character_id": "2305843009265042743",
"membership_type": 3,
"destiny_membership_id": "4611686018429783292"
}
],
"required": [
"membership_type",
"destiny_membership_id",
"character_id",
"components"
],
"properties": {
"components": {
"type": "string"
},
"character_id": {
"type": "string"
},
"membership_type": {
"type": "number"
},
"destiny_membership_id": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-bungie
https://github.com/pipeworx-io/mcp-bungie
2/7 registries