Skip to main content
Glama

mureo_analytics_modules_list

List analytics modules for each integrated platform with capabilities: detect_anomalies, diagnose_performance, audit_creative, analyze_budget_efficiency. Informs workflow skills whether deep analytics are available.

Instructions

List analytics modules registered for each integrated platform. Returns one entry per platform with its advertised capabilities (detect_anomalies, diagnose_performance, audit_creative, analyze_budget_efficiency). Workflow skills consult this to decide whether to run deep analytics for a platform or honestly report analytics_not_available_for_<platform>. Built-in (google_ads, meta_ads) and plugin-supplied modules appear in the same shape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description takes full responsibility. It discloses the return structure (one entry per platform with capabilities) and the fact that both built-in and plugin modules appear in the same shape. No hidden behaviors.

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?

Three sentences, no wasted words. The purpose is stated first, then the return shape, then usage context. Highly efficient.

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?

Given no parameters and no output schema, the description fully covers what the tool does, what it returns, and when to use it. Nothing is missing.

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?

There are zero parameters, so the description does not need to add parameter info. It provides context about the return value, which is valuable for an agent invoking the tool.

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 action ('List') and the resource ('analytics modules registered for each integrated platform'). It distinguishes from sibling analytics tools by specifying that it lists capabilities per platform, not performing analysis itself.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use this tool: 'Workflow skills consult this to decide whether to run deep analytics...' and what to do if analytics are not available. No ambiguity about its role in the workflow.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/logly/mureo'

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