Skip to main content
Glama

Adjust MCP

by bitscorp-mcp

adjust-standard-report

Generate standard Adjust reports for mobile analytics, including performance, retention, cohort, and revenue metrics, based on specified app tokens and date ranges.

Instructions

Get a standard Adjust report with common metrics

Input Schema

NameRequiredDescriptionDefault
app_tokensNoComma-separated list of app tokens to include
date_rangeNoDate range (e.g., 2023-01-01:2023-01-31, yesterday, last_7_days, this_month)last_7_days
report_typeNoType of standard report to generateperformance

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "app_tokens": { "default": "", "description": "Comma-separated list of app tokens to include", "type": "string" }, "date_range": { "default": "last_7_days", "description": "Date range (e.g., 2023-01-01:2023-01-31, yesterday, last_7_days, this_month)", "type": "string" }, "report_type": { "default": "performance", "description": "Type of standard report to generate", "enum": [ "performance", "retention", "cohort", "revenue" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from Adjust MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitscorp-mcp/mcp-adjust'

If you have feedback or need assistance with the MCP directory API, please join our Discord server