II.
ToolDescriptor JSON
Structured · livetool-descriptor:stripe.list-customers
Stripe: List Customers json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:stripe.list-customers",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/stripe-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Stripe: List Customers",
"description": "List customers in the Stripe account.",
"inputSchema": {
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"email": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"customers": {
"type": "array"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:stripe.list-customers",
"to": "tool-server:mcp-stripe",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "claim:source-provenance-run3-extensions-tool-descriptors-stripe-mcp-tools-yaml",
"to": "tool-descriptor:stripe.list-customers",
"kind": "about_subject"
},
{
"from": "tool-server:mcp-stripe",
"to": "tool-descriptor:stripe.list-customers",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}