Skip to main content
Glama

Manage a workspace trigger (SFTP/AWS S3 pull, spec chaining, or schedule)

manage_trigger
Destructive

Manage workspace job triggers: create, list, update, delete, fire, and monitor run history for SFTP, AWS S3, schedule, and spec-success triggers.

Instructions

Create, list, update, delete, or fire a workspace job trigger. Types: "sftp"/"aws_s3" (pulls files from a connection into a spec on a schedule), "spec_success" (fires a spec when a different spec's job completes), "schedule" (fires a spec on a plain cadence, UTC). Use action "run-history" to monitor a fired trigger's outcome.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoTrigger type. Defaults to sftp on create.
actionYesWhich operation to perform.
cursorNorun-history: opaque nextCursor from a prior page.
dedupeNosftp/aws_s3 only. Required for create — whether repeat pulls skip files already loaded.
specIdNorun-history: filter to runs of triggers feeding this spec.
enabledNoWhether the trigger is active. Defaults to true on create.
endTimeNorun-history: ISO 8601 upper bound on when the run started.
pageSizeNorun-history: records per page (default 25).
preRulesNosftp/aws_s3 only. Natural language: which files to pick up.
s3BucketNoaws_s3 only. Bucket to poll.
s3PrefixNoaws_s3 only. Optional key prefix.
specNameNoThe spec this trigger fires. Required for create.
frequencyNoRequired for create when type is sftp/aws_s3/schedule.
postRulesNosftp/aws_s3 only. Natural language: what to do after a file loads.
startTimeNorun-history: ISO 8601 lower bound on when the run started.
triggerIdNoExisting trigger. Required for update/delete/run-now/clear-processed-files.
workspaceIdNoWorkspace to act on. Defaults to your only workspace if you have exactly one.
connectionIdNosftp/aws_s3 only. Connection to pull from. Also usable as a run-history filter.
upstreamSpecNameNospec_success only. Required for create when type is spec_success.
Behavior3/5

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

Annotations already indicate that the tool is not read-only and is destructive. The description does not add details about side effects (e.g., deletion effects, auth requirements, or rate limits). It is transparent about actions but lacks deeper behavioral context.

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 concise, using two sentences to convey the core functionality and pointing to run-history. It is well-structured and free of unnecessary 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?

Given the tool's complexity (19 parameters, nested objects, multiple actions), the description is adequate but could be more complete. It covers the main actions and types, but does not mention potential constraints like required dependencies between parameters or default behaviors beyond what the schema already states.

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 has 100% description coverage for all 19 parameters, so the baseline is 3. The description itself does not add additional meaning beyond the schema annotations, such as clarifying relationships between parameters or edge cases.

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 purpose: to create, list, update, delete, or fire a workspace job trigger, and lists specific trigger types and actions. It also directs users to the run-history action for monitoring, which distinguishes its scope from siblings.

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 provides some guidance by listing supported actions and trigger types, and mentions using run-history for monitoring. However, it does not explicitly contrast with alternative tools like setup_scheduled_pull or run_data_job, leaving some ambiguity about when to choose this tool over those.

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/dpf-admin/dpf-claude-plugin'

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