Skip to main content
Glama

synchronize_ssot

Push local SSOT changes to the ESSOT Web App by scanning the ssot directory, detecting modifications, and updating the cloud database and Knowledge Graph.

Instructions

Called by the IDE Coding Agent to synchronize local SSOT changes with the ESSOT Web App. Reads the local ssot/ directory, determines what has changed, and pushes the updates back to the cloud database and Knowledge Graph.

Args: update_summary: A brief description of what was changed locally during development.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_pathNo
update_summaryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are present, so the description must disclose behavior. It states the high-level sequence (read local, detect changes, push to DB and Knowledge Graph) but omits critical side effects such as whether cloud data is overwritten, whether conflicts are handled, or whether the operation is reversible. For a mutating sync operation this is insufficient.

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 compact, front-loaded with the trigger and purpose, and wastes no words. It includes an Args section for the documented parameter. It could be improved slightly by incorporating project_path, but as written it is efficient and scannable.

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?

The description covers the core workflow and required parameter, and an output schema exists so return values are not needed. However, it omits the optional project_path parameter, any safety/behavioral notes (relevant given no annotations), and any prerequisites such as an existing local ssot/ directory or network availability. It is minimally viable but has clear gaps.

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

Parameters2/5

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

Schema description coverage is 0%, so the description is the only source of parameter meaning. It documents update_summary (a brief description of local changes), which is helpful, but it entirely omits project_path, leaving an agent unable to know whether or how to set it. Because coverage is 0% and one parameter is undocumented, the description only partially compensates.

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 names a specific action ('synchronize local SSOT changes with the ESSOT Web App') and details the mechanism: reads the local ssot/ directory, detects changes, and pushes updates to the cloud database and Knowledge Graph. This clearly differentiates it from sibling initialize_local_ssot, which would set up local state rather than push changes.

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 opens with 'Called by the IDE Coding Agent to synchronize local SSOT changes...' which gives clear context for when the tool is appropriate. It implies that this tool is for pushing local changes after development, but it does not explicitly name alternatives or exclusions relative to sibling tools.

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

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/eecheonwu/essot-mcp-server'

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