Skip to main content
Glama

ateam_sync_all

Synchronize all tenants by pushing Builder FS changes to GitHub and pulling them to Core MongoDB. Authenticate with master key.

Instructions

Sync ALL tenants: push Builder FS → GitHub, then pull GitHub → Core MongoDB. Requires master key authentication. Returns a summary table with results for each tenant/solution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
push_onlyNoOnly push to GitHub (skip pull to Core). Default: false (full sync).
pull_onlyNoOnly pull from GitHub to Core (skip push). Default: false (full sync).
Behavior2/5

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

No annotations provided, so description bears full burden. It discloses two-phase sync and authentication, but omits critical behavioral details like potential data overwrites, performance impact (many tenants), error handling, or reversibility. For a potentially destructive bulk 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Very concise: two sentences front-load purpose and authentication, followed by output type. No redundant or filler content.

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 multi-tenant sync tool with no output schema or annotations, the description is incomplete. It does not explain summary table contents, prerequisites (e.g., GitHub repository existence), conflict resolution, or error behavior. Adequate for basic understanding but leaves gaps.

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 description coverage is 100% with clear parameter descriptions. The description adds context about the sync flow (push then pull) and mentions the push_only/pull_only options, but does not significantly enhance parameter understanding beyond what schema already provides.

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?

Description explicitly states the tool syncing all tenants with a two-phase process: push Builder FS to GitHub then pull GitHub to Core MongoDB. It clearly distinguishes from sibling tools like ateam_github_push and ateam_github_pull which operate on individual tenants/repos.

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?

Description mentions authentication requirement but does not explicitly specify when to use this tool versus alternatives like per-tenant push/pull. The 'ALL tenants' context implies bulk usage, but no when-not-to or alternative guidance.

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/ariekogan/ateam-mcp'

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