Resolve Tool-Call Override Bindings (M2M)
This deployment's bundle's enabled OVERRIDE_BEFORE tool-call bindings, WITH the decrypted webhook url/secret - unlike /tool-call-webhooks (NOTIFY_AFTER only, secret withheld), mcpbundler must call this webhook itself and return its response synchronously as the CallToolResult, so the secret has to reach it directly. Authenticated with a BundleAccessToken for the SAME bundle the bindings belong to - never a Keycloak JWT.
Authorization
BundleAccessToken AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/bundler/tool-call-override-bindings"{ "bindings": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "tool_name_patterns": [ "string" ], "arg_predicates": [ { "path": "string", "op": "eq", "value": "string" } ], "webhook_url": "string", "webhook_secret": "string" } ]}