Skip to main content
Glama

trigger_bulk_sync

Manually initiate a bulk data synchronization process by specifying the sync ID to execute data transfer operations.

Instructions

Manually trigger a bulk sync to run.

Args: id: The bulk sync ID to trigger

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions 'manually trigger' but doesn't explain what happens during the sync, whether it's idempotent, what permissions are required, or how it interacts with other operations. This leaves significant gaps for a mutation tool.

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 appropriately brief with two sentences: one stating the purpose and another documenting the parameter. It's front-loaded with the main functionality, though the 'Args' section could be integrated more smoothly.

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?

For a mutation tool with no annotations, one parameter, and an output schema, the description covers the basic purpose and parameter meaning. However, it lacks details about behavioral implications, error conditions, and relationship to sibling tools, making it minimally adequate but incomplete.

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?

The description includes an 'Args' section that documents the single parameter 'id' as 'The bulk sync ID to trigger'. With 0% schema description coverage and only one parameter, this provides essential semantic context beyond the bare schema, though it doesn't specify format or constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool 'manually trigger[s] a bulk sync to run', which provides a clear verb ('trigger') and resource ('bulk sync'). However, it doesn't differentiate from sibling tools like 'trigger_sync' or 'activate_bulk_sync', leaving ambiguity about when to use this specific tool versus alternatives.

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 provided about when to use this tool versus alternatives like 'trigger_sync' or 'activate_bulk_sync'. The description only states what the tool does without context about prerequisites, timing, or exclusions.

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/therevenueengineer/polytomic-mcp'

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