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
InactiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Apiosk
https://github.com/obcraft/apiosk-mcp
1/7 registries