Skip to main content
Glama
hlee

FeedMob MCP Server

by hlee

get_daily_metrics

Retrieve aggregated daily performance metrics as time-series data for charting, filtering by date range, metric type, and campaign parameters.

Instructions

Get aggregated daily metrics as a time-series suitable for charting. Returns data for the specified metric over a date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metricNoMetric to retrieve (default: gross_spend)
start_dateNoStart date in YYYY-MM-DD format (default: beginning of previous month)
end_dateNoEnd date in YYYY-MM-DD format (default: yesterday)
platformNoFilter by platform string in campaign name
client_idNoFilter by client ID
partner_idNoFilter by partner ID
campaign_idNoFilter by campaign ID
click_url_idNoFilter by click URL ID
mobile_app_idNoFilter by mobile app ID
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the return format ('time-series suitable for charting') and date range scope, but fails to address critical aspects like rate limits, authentication needs, data freshness, or error handling for a tool with 9 parameters.

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 perfectly concise with two sentences that are front-loaded and waste no words. Every sentence directly contributes to understanding the tool's core functionality without redundancy.

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?

Given the tool's complexity (9 parameters, no output schema, no annotations), the description is incomplete. It adequately explains the basic operation but lacks guidance on usage context, behavioral constraints, and output details that would help an agent use it effectively.

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?

Schema description coverage is 100%, so the schema fully documents all 9 parameters. The description adds minimal value beyond the schema by implying date-range filtering and metric selection, but doesn't provide additional context about parameter interactions or business logic.

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's purpose with specific verbs ('Get aggregated daily metrics') and resource ('as a time-series suitable for charting'), distinguishing it from sibling tools that focus on retrieving individual entities or lists rather than aggregated metrics over time.

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 versus alternatives like sibling tools (e.g., get_campaign, list_campaigns) or other metric-retrieval methods. It lacks context on prerequisites, exclusions, or comparative use cases.

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/hlee/femini-tokyo-mcp'

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