Skip to main content
Glama

List files

uploadcare_list_files
Read-only

List files in the project (paginated envelope: next, previous, total, per_page, results). REST API: GET /files/.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNoPagination cursor taken from a previous response's `next` URL.
limitNoFiles per page (max 1000). Default 100.
storedNoFilter by stored status (true = stored, false = not stored).
removedNoFilter by removed status (true = removed, false = present).
orderingNoSort order, e.g. datetime_uploaded or -datetime_uploaded (descending).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the tool's safety is clear. The description adds the pagination envelope structure (next, previous, total, per_page, results), which provides useful behavioral context beyond annotations. However, no additional traits like rate limits or response size are disclosed.

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 two sentences with no wasted words. It front-loads the core purpose and follows with a concise reference to the REST API. Every sentence adds value.

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 is a list operation with pagination and no output schema, the description covers the return structure (paginated envelope). Parameters are fully documented in the schema. The description could mention that the list supports filters via parameters, but it's sufficient for an agent to understand usage.

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 parameters. The description does not add extra meaning beyond what the schema provides for each parameter. Baseline is 3, as the schema already handles parameter semantics adequately.

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 clearly states the action (list) and resource (files in the project). It also mentions the paginated envelope and REST endpoint. While it does not explicitly differentiate from sibling tools like get_file, the context implies it lists multiple files, making the purpose clear and specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no explicit guidance on when to use this tool versus alternatives like uploadcare_get_file for single file retrieval or other sibling tools. Usage is only implied by the listing nature, but no when-to-use or when-not-to-use criteria are given.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.