Skip to main content
Glama

List put.io files

putio_list_files
Read-only

Browse put.io account files and folders. Pass a folder ID to list its contents, or use 0 for the root directory.

Instructions

Lists files and folders in the put.io account. Pass a folder id to browse into it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parentIdNoFolder id. 0 is the account root.
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, covering the safety profile. The description adds the folder-browsing behavior but does not disclose details like pagination, response structure, or potential variability. With annotations in place, this is adequate but not rich.

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, tightly worded sentence: 'Lists files and folders in the put.io account. Pass a folder id to browse into it.' Every phrase earns its place; there is no fluff or redundancy.

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 tool with one optional parameter and no output schema, the description is complete enough. It explains the main behavior and parameter usage. It does not detail the returned items' format, but that is not required given the tool's simplicity and the absence of an output schema.

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 already describes parentId ('Folder id. 0 is the account root.'). The tool description's statement 'Pass a folder id to browse into it' adds contextual meaning but does not introduce new information beyond the schema's description. With 100% schema coverage, a baseline of 3 is appropriate.

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 function: 'Lists files and folders in the put.io account'—a specific verb and resource. It also distinguishes from siblings like putio_list_transfers by focusing on files/folders rather than transfers.

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 clear usage context by explaining how to browse into folders: 'Pass a folder id to browse into it.' It does not explicitly name alternatives or exclusions, but the scope is obvious enough for a simple list tool.

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/githendrik/sf-mm-mcp'

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