Skip to main content
Glama

content_sync_analytics

Destructive

Sync content analytics by running the domain agent action with your objective and optional structured inputs, scoped to your JWT, tenant, and company.

Instructions

Run the content domain agent action sync_analytics.

Routes through the platform's domain-agent dispatcher under your JWT, tenant, and company scope.

Args: message: Free-text objective for the action. inputs: Optional JSON string of structured inputs for the action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNo{}
messageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already signal destructiveHint=true, readOnly=false, and idempotent=false; the description does not contradict these. It adds useful context about dispatcher routing and JWT/tenant/company scoping, but it never discloses what effects or side effects running sync_analytics may have beyond 'run'.

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 short and front-loaded: it states the operation first, then routing/scope, then parameters. Every sentence carries information without redundancy.

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 an output schema present, return-value documentation is not required, but the description still lacks when-to-use guidance and concrete behavioral detail for a destructive, non-idempotent action. Given a huge sibling list and a generic 'run action' wrapper, an agent has too little context to confidently select or invoke it.

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 property descriptions are absent (0% coverage), and the description partially compensates by explaining message as 'Free-text objective' and inputs as 'Optional JSON string of structured inputs.' This adds meaning beyond the bare schema defaults, but it gives no structure, examples, or allowed input shapes.

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 names a specific operation ('Run the content domain agent action `sync_analytics`') with a clear action identifier, so an agent can see this is a wrapper for that action. It does not explain what sync_analytics accomplishes or distinguish it from sibling content analytics tools, so it misses differentiation.

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?

No guidance is given for when to choose this tool over alternatives such as dispatch_domain_agent, content_analyze_results, or other content actions. The description only states routing and scope, not selection criteria or exclusions.

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

Deploy Server

Other Tools