Skip to main content
Glama

eds_da_push

Bulk-push multiple edited Document Authoring documents in one call. Preview changes with dryRun before writing, and enable undo to make the push reversible.

Instructions

Bulk-push many edited Document Authoring documents back in one call. Set dryRun to PREVIEW what would change (create/update/unchanged) without writing anything — safest to run this first. Set withUndo to make the write reversible (returns an undo object for eds_da_rollback). Requires EDS_DA_TOKEN.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNoPreview the changes without writing anything (recommended first pass)
withUndoNoCapture prior state so the push can be reverted with eds_da_rollback
documentsYesThe documents to write back
Behavior4/5

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

With no annotations, the description carries the full burden and does well: discloses the bulk nature, dryRun as no-write preview, withUndo as reversible, return of an undo object, and auth token requirement. Missing details on partial failures and response format, but core safety and reversibility are covered.

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?

Three sentences, front-loaded with the primary purpose. Every sentence adds value: bulk operation, dryRun recommendation, withUndo behavior, and auth requirement. No filler.

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?

For a complex write tool with no output schema, the description covers key invocation aspects (documents, dryRun, withUndo, token). Lacks details on response shape or error/partial-failure behavior, but is sufficient for an agent to select and call it correctly in most cases.

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?

Schema coverage is 100%, so baseline is 3. The description adds meaningful context beyond the schema by explaining dryRun as a safe preview and withUndo as enabling rollback via eds_da_rollback, which adds practical semantics.

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 states a specific verb and resource: 'Bulk-push many edited Document Authoring documents back in one call.' It clearly distinguishes from siblings (e.g., eds_da_put_source for single source, eds_bulk_publish) by explicitly focusing on bulk push of edited DA documents.

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?

Provides clear guidance on using dryRun first as a safe preview and withUndo for reversibility, plus the token requirement. However, it does not explicitly contrast with alternative tools (e.g., when to use eds_da_put_source instead).

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/Focus-GTS/eds-mcp-server'

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