Skip to main content
Glama

list_workflow_triggers

Read-only

Retrieve paginated workflow triggers from Paperless-NGX to review and manage automation rules.

Instructions

List all workflow triggers with optional pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based)
page_sizeNoNumber of items per page

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.2.0

TDQS

A3.6/5.0
Behavior3/5

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

The readOnlyHint annotation already communicates the read-only nature, and the description is consistent with it. The description adds only the 'all triggers' scope and optional pagination, but does not disclose ordering, default page size, or response shape, which an agent might want to know for a tool without an output schema.

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 a single sentence with the core action front-loaded and the pagination qualifier placed immediately afterward. It contains no filler, no repetition of schema details, and every word earns its place.

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 simple read-only list tool with two optional, fully documented parameters, the description is largely complete. It does not specify return fields or default pagination behavior, but those details are not essential for an agent to select or invoke this tool correctly, especially given the read-only annotation.

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%, and both page and page_size already have descriptive schema entries. The description's mention of 'optional pagination' adds no meaning beyond the schema, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('list') and resource ('workflow triggers'), clearly identifying a read-only enumeration operation. It is distinct from the singular get_workflow_trigger and from sibling tools like list_workflow_actions, though it does not explicitly contrast itself with those alternatives.

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 the tool should be used when all workflow triggers are needed, and mentions optional pagination. However, it provides no explicit guidance about when to choose this over get_workflow_trigger, list_workflow_actions, or list_workflows, and it does not state any exclusions or alternative conditions.

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

Deploy Server

Other Tools