Skip to main content
Glama

op_list_documents

Read-onlyIdempotent

Retrieve documents from OpenProject, sorted newest first, supporting title search, sorting, pagination, and project filtering. Access documents across all projects or a specific project.

Instructions

List documents (the Documents module), newest first. A document is a titled container for attachments with a markdown description. APIv3 has no document create or delete (UI-only), so documents are read and updated only. project: "all" searches every project even when OPENPROJECT_PROJECT_ID is set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderNoSort direction. Default "desc".
offsetNoPage offset. Default 0.
searchNoFree-text title search.
sortByNoSort key. Default "created_at".
projectNoProject identifier or id. Defaults to OPENPROJECT_PROJECT_ID; "all" for every project.
pageSizeNoDefault 200.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior5/5

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

Beyond the readOnly/idempotent annotations, the description adds meaningful behavioral facts: APIv3 has no create/delete for documents, documents are read/updated only, 'all' searches every project even when OPENPROJECT_PROJECT_ID is set, and results are newest first. This gives the agent a clear picture of what the operation will and will not do.

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 focused sentences: purpose/ordering, entity definition/API constraint, and the project special case. The most actionable information is front-loaded and no sentence is wasted.

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 read-only list operation, the description plus fully-documented schema covers purpose, ordering, scoping, and domain semantics. It does not describe the response shape, and there is no output schema, but the phrase 'list documents' plus the document definition makes the expected return sufficiently clear.

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%, so the schema already documents all six parameters. The description adds at most the nuance that project:'all' overrides OPENPROJECT_PROJECT_ID and the 'newest first' default behavior, which is useful but not a major addition beyond the schema.

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 opens with a specific verb and resource: 'List documents (the Documents module), newest first.' It also clarifies the document entity and notes APIv3's read/update-only scope, which distinguishes it from sibling tools like op_get_document and op_update_document.

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 when to use the tool (to list documents) and provides useful domain constraints ('no document create or delete (UI-only), so documents are read and updated only'), but it never explicitly names alternatives such as op_get_document for a single document or op_update_document for modifications. Usage guidance is therefore mostly implied rather than stated.

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

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/DDeluca06/openproject-mcp'

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