Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsB

Average 3.6/5 across 4 of 4 tools scored. Lowest: 2.9/5.

Server CoherenceA
Disambiguation5/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.

Naming Consistency2/5

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.

Tool Count4/5

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.

Completeness4/5

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 tools
app-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).

ParametersJSON Schema
NameRequiredDescriptionDefault
rowsNoCanonical review rows. Use this or datasetId, never both. Runtime validation enforces the mutual exclusion.
appIdYesCanonical App Store ID, package name, or other buyer-owned application identifier.demo.app
appNameNoOptional display name for the application.Demo App
optionsNoBounded deterministic analysis and optional explanation settings.
watchIdYesStable application watch identity used for baseline comparison.spotify-us-ios
platformYesReview source platform.apple
datasetIdNoOne buyer-owned Dataset selected with read-only permission. Use this or rows, never both. Runtime validation enforces the mutual exclusion.
releaseAtYesUTC release timestamp. Pre and post windows use this instant as their boundary.2026-08-08T00:00:00Z
requestIdYesUse auto for a Task-safe trusted Actor run ID, or provide an explicit idempotency key.auto
schemaVersionYesContract version for this Actor input.1.0
releaseVersionNoOptional exact version used for cautious causality evidence.1.0.0
openrouterApiKeyNoOptional secret used only when options.explanation is byok.
maxTotalChargeUsdNoOptional buyer cap checked before the paid result event.
Behavior4/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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).

ParametersJSON Schema
NameRequiredDescriptionDefault
rowsNo
maxAdsNo
watchIdYesnike-us-demo-bootstrap
coverageYes
datasetIdNo
requestIdYesauto
analysisModelNoopenai/gpt-4o-mini
schemaVersionYes1.0
sourceContractYes
openrouterApiKeyNo
maxTotalChargeUsdNo
Behavior3/5

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.

Conciseness5/5

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.

Completeness1/5

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.

Parameters1/5

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.

Purpose5/5

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.

Usage Guidelines2/5

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 IntelligenceA
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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).

ParametersJSON Schema
NameRequiredDescriptionDefault
rowsNo
optionsNo
watchIdYeslego-watch
datasetIdNo
requestIdYesThe exact sentinel auto is resolved to the trusted Apify actorRunId before validation; explicit IDs remain idempotent.auto
schemaVersionYes1.0
watchUniverseYes
datasetCoverageNo
openrouterApiKeyNo
Behavior3/5

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.

Conciseness4/5

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.

Completeness2/5

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.

Parameters2/5

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.

Purpose4/5

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.

Usage Guidelines2/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • F
    license
    Not graded
    quality
    A
    maintenance
    Cross-source attribution across 37+ business tools. True ROAS in 14 seconds. Not a dashboard. A decision.
    18
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    An 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.
    16
    2
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables App Store and Google Play keyword rank tracking, competitor comparisons, and AI visibility checks through natural language, without requiring store credentials.
    23
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for mobile growth & user acquisition, connecting LLMs to a curated knowledge base of ad optimization insights and analytical skills for subscription apps.
    2
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources