Skip to main content
Glama

sync_all

Pull the latest profile, detect changes, and review a merge plan to synchronize team configurations.

Instructions

Pull latest profile, detect changes, and present a merge plan.

This is a convenience tool that combines pull + status check into one call. Returns a plan showing which configs need merging.

Args: namespace: Profile namespace project_root: Project root for project-relative targets

Returns: Merge plan with status of each config (pending/merged/changed)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namespaceYes
project_rootNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description discloses that it returns a merge plan with status of each config, but does not mention behavioral traits like read-only nature, side effects, permissions, or rate limits. Since no annotations are provided, the description carries full burden for transparency but falls short on these aspects.

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?

The description is highly concise, beginning with a clear one-line purpose, then a brief explanation, followed by structured Args and Returns sections. Every sentence adds value without redundancy.

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?

Given the presence of an output schema (not shown, but indicated), the description provides adequate return information ('Merge plan with status of each config'). It could mention that the output schema details the plan structure, but overall it's complete for a combined tool. Minor gap: no mention of when to use this vs the individual sibling tools.

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?

With schema description coverage at 0%, the description compensates by explaining each parameter in the Args section: 'namespace: Profile namespace' and 'project_root: Project root for project-relative targets'. This adds meaningful context beyond the schema's type-only definitions.

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's function: 'Pull latest profile, detect changes, and present a merge plan.' It also explains it's a convenience tool combining pull and status check. This distinguishes it from siblings like pull_team_profile (pull only) and get_merge_status (status only).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when wanting both pull and status in one call ('convenience tool that combines'), but does not explicitly state when to use vs alternatives or when not to use. It could provide more guidance on choosing between this and the individual sibling tools.

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/troylar/devsync-mcp'

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