Skip to main content
Glama
rushikeshmore

Shopify Partner Agent

get_revenue_summary

Retrieve key revenue metrics (MRR, ARR, total revenue, growth rate, ARPU) for Shopify apps, with optional filtering by app and date range.

Instructions

Get revenue analytics: MRR, ARR, total revenue, growth rate, ARPU.

Args: app_id: Filter by app (optional, defaults to all apps). period: '7d', '30d', '90d', '1y', or 'YYYY-MM-DD:YYYY-MM-DD'.

Returns: JSON string with MRR, ARR, total net revenue, Shopify fees, growth rate vs. previous period, ARPU, and breakdown by app and currency.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idNo
periodNo30d

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It discloses the return format (JSON string with metrics), parameter filters, and accepted period values. It does not explicitly declare read-only behavior, but the verb 'Get' and analytics nature imply no side effects, and the description adds context beyond schema fields.

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 compact, front-loads the purpose in the first sentence, and uses clear sections for Args and Returns. Every sentence provides necessary information without redundancy.

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?

The tool has only two optional parameters, both fully explained with defaults and allowed values. The return payload is described in detail. Given the output schema exists, the description is sufficiently complete for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has no descriptions (0% coverage), so the description fully compensates. It explains app_id's optionality and default behavior and enumerates all valid period values including the date range format. This is essential for correct invocation.

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 retrieves revenue analytics with specific metrics (MRR, ARR, total revenue, growth rate, ARPU). This verb+resource+scope distinguishes it from sibling analytics tools like get_churn_analysis and get_revenue_anomalies.

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

Usage Guidelines3/5

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

The description provides parameter usage but does not explicitly state when to use this tool versus alternatives. No exclusions or alternative tool recommendations are given; usage context is implied by the tool's name and the fact it returns a revenue summary.

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/rushikeshmore/shopify-partner-agent'

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