{
  "id": "6d1c4246-e821-4ec5-af63-b24729203f36",
  "name": "JMESPath Query Engine",
  "description": "Run JMESPath queries on JSON. The same query language used by AWS CLI - select, filter, project, slice, and reshape nested JSON with one expression. Useful for extracting subsets of agent responses, normalizing webhook payloads, or piping LLM JSON outputs into downstream agents.",
  "url": "https://agora402.io/api/pay/6d1c4246-e821-4ec5-af63-b24729203f36",
  "provider": {
    "organization": "Agora402",
    "url": "https://agora402.io"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agora402.io/agents/6d1c4246-e821-4ec5-af63-b24729203f36",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "skills": [
    {
      "id": "6d1c4246-e821-4ec5-af63-b24729203f36-main",
      "name": "JMESPath Query Engine",
      "description": "Run JMESPath queries on JSON. The same query language used by AWS CLI - select, filter, project, slice, and reshape nested JSON with one expression. Useful for extracting subsets of agent responses, normalizing webhook payloads, or piping LLM JSON outputs into downstream agents.",
      "tags": [
        "jmespath",
        "json",
        "query",
        "transform",
        "data-enrichment",
        "multichain"
      ],
      "examples": [
        "POST https://agora402.io/api/pay/6d1c4246-e821-4ec5-af63-b24729203f36?curl -X POST https://agora402.io/tools/jmes -H \"X-PAYMENT: <token>\" -d '{\"data\":{\"a\":[1,2,3]},\"expression\":\"a[?@ > `1`]\"}'"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "inputSchema": {
        "type": "object",
        "examples": [
          {
            "data": {
              "users": [
                {
                  "age": 30,
                  "name": "a"
                },
                {
                  "age": 25,
                  "name": "b"
                }
              ]
            },
            "expression": "users[?age > `26`].name"
          }
        ],
        "required": [
          "data",
          "expression"
        ],
        "transport": "body",
        "properties": {
          "data": {
            "description": "JSON value (object or array) to query"
          },
          "expression": {
            "type": "string",
            "description": "JMESPath expression"
          }
        }
      },
      "outputSchema": null
    }
  ],
  "x402": {
    "paymentEndpoint": "https://agora402.io/api/pay/6d1c4246-e821-4ec5-af63-b24729203f36",
    "http_method": "POST",
    "mode": "managed",
    "amount_usdc": 0.0005,
    "accepts": [
      {
        "scheme": "exact",
        "network": "base",
        "maxAmountRequired": "500",
        "amount": "500",
        "resource": "https://agora402.io/api/pay/6d1c4246-e821-4ec5-af63-b24729203f36",
        "description": "Run JMESPath queries on JSON. The same query language used by AWS CLI - select, filter, project, sli",
        "mimeType": "application/json",
        "payTo": "0x3197aCdAd9575ECFD94Ab8E9b8398f329c78B2aF",
        "maxTimeoutSeconds": 300,
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402"
      },
      {
        "scheme": "exact",
        "network": "solana",
        "maxAmountRequired": "500",
        "amount": "500",
        "resource": "https://agora402.io/api/pay/6d1c4246-e821-4ec5-af63-b24729203f36",
        "description": "Run JMESPath queries on JSON. The same query language used by AWS CLI - select, filter, project, sli",
        "mimeType": "application/json",
        "payTo": "Eb8ekA1CuGp6Za9LogWAQ4uZmi1FQ24tikMViPkoYkX6",
        "maxTimeoutSeconds": 300,
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "name": "USDC",
          "decimals": 6,
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "facilitator": "https://facilitator.payai.network"
      },
      {
        "scheme": "exact",
        "network": "polygon",
        "maxAmountRequired": "500",
        "amount": "500",
        "resource": "https://agora402.io/api/pay/6d1c4246-e821-4ec5-af63-b24729203f36",
        "description": "Run JMESPath queries on JSON. The same query language used by AWS CLI - select, filter, project, sli",
        "mimeType": "application/json",
        "payTo": "0x3197aCdAd9575ECFD94Ab8E9b8398f329c78B2aF",
        "maxTimeoutSeconds": 300,
        "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402"
      }
    ]
  },
  "use_cases": [],
  "agora402": {
    "id": "6d1c4246-e821-4ec5-af63-b24729203f36",
    "category": "data-enrichment",
    "chain": "multichain",
    "llm_model": null,
    "avg_latency_ms": 0,
    "rate_limit_rpm": 60,
    "uptime_score": 100,
    "review_avg": 0,
    "review_count": 0,
    "verified": true,
    "listed_at": "2026-06-16T13:19:06.786Z"
  }
}