Decision Intelligence
Server Details
Pay-per-call retail, advertising, and app-release decision intelligence.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.6/5 across 4 of 4 tools scored. Lowest: 2.9/5.
Each tool targets a distinct evidence domain (app reviews, ads, retail) and produces unique outputs. The only overlap is the general 'unsent actions' concept, but inputs and analysis types are clearly different.
Tool names are inconsistent: three use multi-word hyphenated phrases, while 'pricing_info' uses snake_case. There is no uniform verb-noun pattern or consistent stylistic choice.
Four tools is a reasonable count for a specialized server, though one tool is purely informational. The three functional tools cover distinct areas without feeling sparse or bloated.
Each analysis tool appears to cover its respective end-to-end workflow (evidence in -> findings/actions out). Minor gaps exist in broader decision-support capabilities, but for the declared bundle scope, the surface is fairly complete.
Available Tools
4 toolsapp-release-regression-intelligenceApp Release Regression IntelligenceAInspect
Compare supplied app reviews around a release and return regression and unsent action findings. — $0.08/call, x402 (USDC on base).
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | Canonical review rows. Use this or datasetId, never both. Runtime validation enforces the mutual exclusion. | |
| appId | Yes | Canonical App Store ID, package name, or other buyer-owned application identifier. | demo.app |
| appName | No | Optional display name for the application. | Demo App |
| options | No | Bounded deterministic analysis and optional explanation settings. | |
| watchId | Yes | Stable application watch identity used for baseline comparison. | spotify-us-ios |
| platform | Yes | Review source platform. | apple |
| datasetId | No | One buyer-owned Dataset selected with read-only permission. Use this or rows, never both. Runtime validation enforces the mutual exclusion. | |
| releaseAt | Yes | UTC release timestamp. Pre and post windows use this instant as their boundary. | 2026-08-08T00:00:00Z |
| requestId | Yes | Use auto for a Task-safe trusted Actor run ID, or provide an explicit idempotency key. | auto |
| schemaVersion | Yes | Contract version for this Actor input. | 1.0 |
| releaseVersion | No | Optional exact version used for cautious causality evidence. | 1.0.0 |
| openrouterApiKey | No | Optional secret used only when options.explanation is byok. | |
| maxTotalChargeUsd | No | Optional buyer cap checked before the paid result event. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate non-read-only and open-world behavior, and the description adds the notable cost/payment detail ('$0.08/call, x402 (USDC on base)') and the 'unsent action findings' outcome. It does not fully explain side effects, but the annotations lower the burden and this adds useful context beyond them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, front-loaded with purpose, followed by a concise pricing note. Every element serves a purpose, and there is no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
While the schema is rich, the description omits important operational context such as the mutual exclusivity of rows/datasetId, the deterministic analysis options, and the absence of an output schema. For a complex 13-parameter tool, a bit more prose would help, but the schema mitigates the gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers 100% of parameters with descriptions, so the schema does the heavy lifting. The tool description itself adds no parameter-level meaning beyond what is already in the schema, warranting the baseline of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool compares supplied app reviews around a release and returns regression and unsent action findings, using a specific verb and resource. This is distinct from sibling tools (competitor-ad-change-brief, pricing_info, us-map-retail-evidence) which address unrelated domains.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context that the tool is for analyzing app reviews around a release, but it doesn't explicitly say when not to use it or name alternatives. The sibling tools are obviously different, so the context is sufficient for basic selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
competitor-ad-change-briefCompetitor Ad Change BriefBInspect
Compare supplied ad evidence and return deterministic changes, baseline state, and unsent actions. — $0.10/call, x402 (USDC on base).
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | ||
| maxAds | No | ||
| watchId | Yes | nike-us-demo-bootstrap | |
| coverage | Yes | ||
| datasetId | No | ||
| requestId | Yes | auto | |
| analysisModel | No | openai/gpt-4o-mini | |
| schemaVersion | Yes | 1.0 | |
| sourceContract | Yes | ||
| openrouterApiKey | No | ||
| maxTotalChargeUsd | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description reveals useful behavioral traits: 'deterministic' outputs and the cost/payment model ($0.10/call, x402). However, it does not disclose that the tool likely calls an external model (openrouterApiKey), whether any external state changes occur (readOnlyHint is false and openWorldHint is true), or how 'unsent actions' are handled. With annotations providing only limited safety info, the description adds some but not sufficient transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single functional sentence followed by pricing info. It is front-loaded with the primary action and output, contains no filler, and every clause adds meaningful information. Ideal conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
This is a highly complex tool with 11 parameters, nested objects, conditional allOf logic, a oneOf choice between rows and datasetId, and no output schema. The description covers none of this, leaving the agent to guess input structure, return format, and operational semantics. It is severely under-specified for its complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%; the description provides no explanations for any of the 11 parameters. The phrase 'supplied ad evidence' vaguely hints at the rows/evidence fields, but it does not help an agent understand the required coverage object, the rows-versus-datasetId oneOf, analysisModel, sourceContract, or pricing constraints. The complex conditional schema demands far more parameter guidance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Compare') and resource ('supplied ad evidence') and explicitly names the three outputs: deterministic changes, baseline state, and unsent actions. This clearly differentiates the tool from sibling tools (app-release, pricing, map-retail), which operate in entirely different domains.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool over alternatives, no exclusions, and no context about typical scenarios or prerequisites. It only states what the tool does, leaving the agent to infer usage entirely from the tool name and schema.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pricing_infoPricing — Decision IntelligenceARead-onlyInspect
Free — list every paid tool in the 'decision-intelligence' bundle with its price, payTo address and network. Call this first if you don't have a wallet ready yet.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, and the description aligns with this by noting the operation is 'Free' and involves listing. It adds meaningful behavioral context beyond annotations: the tool returns price, payTo address, and network, and is intended as a first step before wallet preparation. No contradiction exists.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no fluff. It front-loads 'Free' and the core action, then adds the key usage context. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no parameters and no output schema, the description fully covers what the tool does, what it returns, and when to call it. It is complete for its simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, so the baseline is 4. The description correctly does not need to explain parameter semantics, and there are no parameters to compensate for.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'list' and clearly identifies the resource: 'every paid tool in the 'decision-intelligence' bundle'. It also specifies the exact details returned (price, payTo address, network), making the tool's purpose unambiguous and distinct from its unrelated siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'Call this first if you don't have a wallet ready yet' explicitly states when to use the tool, providing clear contextual guidance. However, it does not mention alternatives or explicitly state when not to use it, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
us-map-retail-evidenceUS MAP Retail EvidenceCInspect
Process supplied US retail evidence into MAP, availability, baseline, and review findings. — $0.08/call, x402 (USDC on base).
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | ||
| options | No | ||
| watchId | Yes | lego-watch | |
| datasetId | No | ||
| requestId | Yes | The exact sentinel auto is resolved to the trusted Apify actorRunId before validation; explicit IDs remain idempotent. | auto |
| schemaVersion | Yes | 1.0 | |
| watchUniverse | Yes | ||
| datasetCoverage | No | ||
| openrouterApiKey | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide the readOnlyHint, openWorldHint, idempotentHint, and destructiveHint flags, so the bar is lower. The description adds the cost and the fact that it produces findings, but it does not elaborate on side effects, external calls, or the meaning of openWorldHint in practice. It does not contradict the annotations, so a 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence plus a pricing note. It is concise and front-loaded with the purpose, and the cost information is relevant. It could be slightly longer to cover key usage details, but for what it does include, it is efficient and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With 9 parameters, nested objects, a oneOf conditional, and no output schema, the description is far too brief to be complete. It does not explain the two input modes (rows vs datasetId), what the findings look like, or any prerequisite setup. The schema is complex and the description leaves most of that unexplained, making it hard for an agent to invoke correctly without additional guidance.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 11% (just requestId has a description). The tool description does not compensate for this lack of parameter documentation. It mentions 'supplied US retail evidence' but does not explain the crucial oneOf between rows and datasetId, the datasetCoverage requirement, or the option fields. The complex schema is underspecified, and the description doesn't help.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Process') and states the resource ('supplied US retail evidence') and the outputs ('MAP, availability, baseline, and review findings'). This is clear and distinct from the sibling tools, which are about app releases, competitor ads, and pricing info. However, it does not explicitly say how it differs from pricing_info, so it loses a point for not fully distinguishing itself.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus the alternatives, nor any prerequisites or exclusion criteria. The description only says to process retail evidence but does not indicate when this is the right choice or when another tool would be better. This makes it hard for an agent to select it confidently.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- FlicenseNot gradedqualityAmaintenanceCross-source attribution across 37+ business tools. True ROAS in 14 seconds. Not a dashboard. A decision.18
- AlicenseNot gradedqualityNot gradedmaintenanceAn app intelligence query engine that enables analysis of over 1 billion reviews from Google Play and the Apple App Store. It provides tools for sentiment analysis, keyword rankings, competitive comparisons, and time-series forecasting across 250,000+ apps.162
- AlicenseNot gradedqualityCmaintenanceEnables App Store and Google Play keyword rank tracking, competitor comparisons, and AI visibility checks through natural language, without requiring store credentials.23MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for mobile growth & user acquisition, connecting LLMs to a curated knowledge base of ad optimization insights and analytical skills for subscription apps.2MIT