Skip to content

test_webhook

MCP server · Score and check

Posts one sample record to the inbound /v1/webhooks/score endpoint and returns the exact flat response your receiver will get. Use a test key so it meters against the test allowance.

ax1om does not deliver outbound webhooks to a url you supply, so there is no delivery endpoint to ping. /v1/webhooks/score is an inbound endpoint, and that is the path an integration actually exercises, so that is the one this tool tests.

What it needs

ArgumentTypeRequiredDescription
model_idstringYes
sample_recordanyNo

What it returns

The exact flat response your receiver will get for one sample record - score, tier, percentile, conversion likelihood and the top reasons - and whether the call was made with a test key.

Credential

An API key (ax1m_sk_..., minted in the app under Settings, API keys). API keys authorize live scoring only.

Network call: yes. The full credential split is on authentication.

Example call

Most readers never write the protocol themselves: the agent does, once the server is connected. Both forms are the same call.

prompt
Use the ax1om MCP server.
Call test_webhook: posts one sample record to the inbound /v1/webhooks/score endpoint and returns the exact flat response your receiver will get.

The arguments object is whatever this tool's own input schema declares. An MCP client reads that schema from the server, so it is the server that answers for the exact shape rather than this page.

Notes

  • It takes a model_id, not a url.
  • Use a test key so it meters against the test allowance.
Need help?Contact supportLatest changes?See the changelog
Something wrong?Check system statusComing soon