Skip to main content
Glama

Resolve Sync Conflict

sync_resolve_conflict

Resolve sync conflicts by marking a request as clean or dirty using the request ID.

Instructions

Resolve a sync conflict as clean or dirty.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mark_cleanNoSet true to mark the conflict clean; false keeps it dirty.
request_idYesThe request ID to resolve.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resolvedYes
request_idYes
sync_statusYes
Behavior2/5

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

All annotations are false (readOnly, destructive, etc.), placing full burden on the description. The description only says 'resolve' but does not disclose side effects, idempotency, reversibility, or whether it triggers further actions. This is insufficient for a state-modifying 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 a single efficient sentence. It communicates the core purpose without redundancy. However, given the tool's mutative nature, a bit more context could be warranted without losing conciseness.

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?

Despite having an output schema, the description lacks contextual details about when to resolve, impact on other sync operations, or any side effects. For a tool that modifies conflict state, the description is too sparse to fully guide usage.

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?

The input schema already provides full descriptions for both parameters (100% coverage). The description adds only the phrase 'clean or dirty', which aligns with the schema's explanation of mark_clean. No additional meaning is provided beyond the schema.

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 clearly states the action 'Resolve a sync conflict' and the two modes 'clean or dirty', which maps directly to the mark_clean parameter. It distinguishes from siblings like sync_conflicts (list) and sync_status (status). However, it could be more specific about what resolution entails (e.g., updating the conflict status).

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 on when to use this tool versus alternatives like sync_conflicts or sync_monitor. There is no mention of prerequisites (e.g., requiring an existing conflict) or when not to use it. The description is purely operational.

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/edithatogo/fyi-cli'

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