II.
ToolDescriptor JSON
Structured · livetool-descriptor:stripe.create-price
Stripe: Create Price json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:stripe.create-price",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/stripe-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Stripe: Create Price",
"description": "Create a price for a product.",
"inputSchema": {
"type": "object",
"required": [
"product",
"unit_amount",
"currency"
],
"properties": {
"product": {
"type": "string"
},
"unit_amount": {
"type": "integer"
},
"currency": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:stripe.create-price",
"to": "tool-server:mcp-stripe",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-stripe",
"to": "tool-descriptor:stripe.create-price",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}