You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.4.3).

update_x402_route

Inactive

Tool of Apiosk

declared in 1.4.3

Update a published x402 route: price, description, upstream URL, schemas, settlement address, or status. Requires an Apiosk provider token.

Parameters schema

{
  "type": "object",
  "required": [
    "route_id"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "price": {
      "type": [
        "string",
        "number"
      ]
    },
    "method": {
      "enum": [
        "GET",
        "POST",
        "PUT",
        "PATCH",
        "DELETE"
      ],
      "type": "string"
    },
    "status": {
      "enum": [
        "active",
        "disabled"
      ],
      "type": "string",
      "description": "Re-enable ('active', re-enters review if not yet approved) or disable the route's listing."
    },
    "route_id": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "input_schema": {
      "type": "object",
      "additionalProperties": true
    },
    "upstream_url": {
      "type": "string"
    },
    "output_schema": {
      "type": "object",
      "additionalProperties": true
    },
    "settlement_address": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Apiosk

https://github.com/obcraft/apiosk-mcp

1/7 registries
View full server →