Skip to main content
Glama
eonik-ai

eonik-mcp

Official

get_competitor_patterns

Aggregate structural patterns from a competitor's deconstructed ads—common hooks, editing rhythms, first-scene shots. Requires at least one deconstructed ad.

Instructions

Aggregated structural patterns across ALL of a competitor's deconstructed ads — e.g. 'X of Y ads open with a problem-solution hook', most common editing rhythm, most common first-scene shot. Counts only, no predictions. Requires at least one deconstructed ad for that competitor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
competitor_idYesThe BrandCompetitor id (from the brands the user watches).
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that it returns counts only (no predictions) and requires at least one deconstructed ad. However, it doesn't mention whether this is a read-only operation, potential rate limits, or what happens if no deconstructed ads exist (error vs. empty result).

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?

Two sentences, front-loaded with the core purpose, includes concrete examples, and ends with a clear prerequisite. Zero waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter tool with 100% schema coverage and no output schema, the description is quite complete. It explains what the tool does, what it returns (counts, not predictions), and the prerequisite. The only gap is edge-case behavior (no deconstructed ads), but that's minor given the prerequisite is stated.

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 coverage is 100% (competitor_id is described as 'The BrandCompetitor id (from the brands the user watches)'). The description adds context that the competitor must have deconstructed ads, but doesn't add much beyond the schema. Baseline 3 is appropriate.

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 aggregates structural patterns across all of a competitor's deconstructed ads, with specific examples (problem-solution hook, editing rhythm, first-scene shot). It distinguishes from siblings by emphasizing 'aggregated patterns' vs. individual ad retrieval (get_ad_deconstruction, search_competitor_ads).

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 implies when to use: when you need aggregated structural patterns across a competitor's ads, not individual ads. It notes the prerequisite of at least one deconstructed ad. However, it doesn't explicitly contrast with alternatives like get_competitor_timeline or get_craft_playbook, though the 'counts only, no predictions' clarifies scope.

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/eonik-ai/eonik-mcp'

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