iiRecord
Agentic AI Atlas · Stripe: List Invoices
tool-descriptor:stripe.list-invoicesa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:stripe.list-invoices

Structured · live

Stripe: List Invoices json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/stripe-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:stripe.list-invoices",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/stripe-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Stripe: List Invoices",
    "description": "List invoices, optionally filtered by customer.",
    "inputSchema": {
      "type": "object",
      "properties": {
        "customer": {
          "type": "string"
        },
        "limit": {
          "type": "integer"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "invoices": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:stripe.list-invoices",
      "to": "tool-server:mcp-stripe",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-stripe",
      "to": "tool-descriptor:stripe.list-invoices",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}