You're viewing a demo portfolio

Join the waitlist
PRSM

apiosk_execute

Active

Tool of Apiosk

declared in 1.3.0

Execute any Apiosk API by slug through the uniform /execute contract.

Parameters schema

{
  "type": "object",
  "required": [
    "slug"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "Apiosk API slug."
    },
    "input": {
      "type": "object",
      "description": "Raw JSON body for the default operation, or the envelope input field when operation is provided.",
      "additionalProperties": true
    },
    "query": {
      "type": "object",
      "description": "Optional query override when using the execute envelope.",
      "additionalProperties": true
    },
    "operation": {
      "type": "string",
      "description": "Optional explicit operation id or path."
    },
    "path_params": {
      "type": "object",
      "description": "Optional path parameter override when using the execute envelope.",
      "additionalProperties": true
    }
  }
}

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 →