Skip to main content
Glama

list_work_package_file_links

Retrieve all Nextcloud file links attached to a work package by providing its internal or display ID. Quickly identify associated files for project tracking.

Instructions

List Nextcloud file links attached to a work package (Community Edition).

work_package_id: internal id (e.g., 952) or display_id (e.g., "PROJ-51"), not UI display number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
work_package_idYes

Schema Changelog

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

  1. Changed1 schema field changedv0.3.7
    • addedInput schema / additionalProperties
      Added value: +false
  2. Addedv0.3.3
  3. Removedv0.3.0
  4. Changed1 schema field changedv0.2.3
    • changedOutput schema / (root)
      Previous value: -{
      -  "$defs": {
      -    "FileLinkSummary": {
      -      "properties": {
      -        "created_at": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ],
      -          "title": "Created At"
      -        },
      -        "id": {
      -          "title": "Id",
      -          "type": "integer"
      -        },
      -        "storage_id": {
      -          "anyOf": [
      -            {
      -              "type": "integer"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ],
      -          "title": "Storage Id"
      -        },
      -        "storage_name": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ],
      -          "title": "Storage Name"
      -        },
      -        "title": {
      -          "title": "Title",
      -          "type": "string"
      -        },
      -        "updated_at": {
      -          "anyOf": [
      -            {
      -              "type": "string"
      -            },
      -            {
      -              "type": "null"
      -            }
      -          ],
      -          "title": "Updated At"
      -        },
      -        "url": {
      -          "title": "Url",
      -          "type": "string"
      -        }
      -      },
      -      "required": [
      -        "id",
      -        "title",
      -        "storage_id",
      -        "storage_name",
      -        "created_at",
      -        "updated_at",
      -        "url"
      -      ],
      -      "title": "FileLinkSummary",
      -      "type": "object"
      -    }
      -  },
      -  "properties": {
      -    "count": {
      -      "title": "Count",
      -      "type": "integer"
      -    },
      -    "results": {
      -      "items": {
      -        "$ref": "#/$defs/FileLinkSummary"
      -      },
      -      "title": "Results",
      -      "type": "array"
      -    }
      -  },
      -  "required": [
      -    "count",
      -    "results"
      -  ],
      -  "title": "FileLinkListResult",
      -  "type": "object"
      -}New value: +null
  5. First observedv0.2.2

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It clearly indicates the operation is a read-style 'List' action, and it warns about the identifier type. However, it does not mention return structure, pagination, access requirements, or any other behavioral details beyond the basic operation.

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 minimally sized: one clear sentence describing the action and one supplementaryentence explaining the identifier format. It front-loads the primary purpose and includes no fluffer or repeated computational details.

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?

The tool is simple, with one parameter and no output schema, and the description covers what the tool does and how to pass the ID. However, it does not describe what the result list contains (e.g., URLs, file namements) or any potential limits, which is a noteworfor only a basic list tool.

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?

The schema only provides a type union of integer or string, so the description adds significant value by detailing that work_package_id accepts an internal id like 952 or a display_id like 'PROJ-51', and that the UI display number should not be used. This directly compensates for the 0% schema description coverage.

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 exactly what the tool does: 'List Nextcloud file links attached to a work package'. It includes a specific resource and action, and the 'Community Edition' qualifier helps scope it. This distinguishes it from sibling tools like list_work_package_attachments and list_work_package_watchers.

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 gives toolurpose and a note about the edition, but it does not explicitly explain when to use this tool versus other list tools such as list_work_package_attachments. There are no when-not-to-use conditions or alternative tool references, so the usage context is implied rather than spelled out.

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

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