MMetadata /docs
Docs/Tools/deep_funnel_stats

deep_funnel_stats

Comprehensive funnel conversion analysis: funnel conversions, ROI statistics, experiment performance.

Read analytics

Returns data. Calling it changes nothing, so it is safe in an unattended loop.

What it does

Comprehensive funnel conversion analysis: funnel conversions, ROI statistics, experiment performance.

USE FOR: Funnel conversion analysis, stage progression, ROI metrics, pipeline attribution, experiment performance within funnels, conversion rate optimization.

REQUIRED: funnel_id, date range (YYYY-MM-DD to YYYY-MM-DD format)

OPPORTUNITY MODELS: ALL (default), TRIGGERED, INFLUENCED

Arguments

ArgumentTypeNotes
funnel_id integer required The funnel ID to analyze. Example: 35
startDate string Start date in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ). Example: '2025-01-01T00:00:00.000Z'
endDate string End date in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ). Example: '2025-12-31T23:59:59.999Z'
opportunityModel string Opportunity attribution model. Options: ALL (default), TRIGGERED, INFLUENCED
one of: ALL, TRIGGERED, INFLUENCED

Request

curl
curl -s -X POST https://mcp-server.metadata.io/mcp \
  -H "Authorization: $METADATA_PAT" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -H "MCP-Protocol-Version: 2025-11-25" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"deep_funnel_stats","arguments":{"funnel_id":0}}}'

Response

No recorded response. This tool needs arguments that only exist inside an account, so no response is recorded here. The request above is still the exact shape to send. Nothing on this page is invented.

Other analytics tools:

All 160 tools · machine-readable index