Skip to main content
Glama
mickaelxd
by mickaelxd

list_files

List files in your Transkriptor account. Get root/unfiled files or specify a folder to list its contents.

Instructions

List files in the Transkriptor account. Without folder_id, returns root/unfiled files only. Pass a folder_id (from list_folders) to list files inside that folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes two operation modes but does not disclose behavioral traits like read-only nature, pagination, or rate limits. The output schema exists, covering return values, but additional context would be helpful.

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 concise sentences: first states the purpose, second and third provide usage details. No redundant information, well-structured and easy to parse.

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 output schema documents return values, the description adequately explains input behavior. However, it could mention if pagination or filtering is supported, which is common for list operations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description provides complete semantic meaning for the single parameter folder_id, explaining that omitting it returns root files and including it lists files in that folder. Since schema description coverage is 0%, the description fully compensates.

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 lists files in the Transkriptor account, with a specific default behavior (root/unfiled files) and the ability to list files inside a folder via folder_id. This distinguishes it from sibling tools like list_folders or get_file_detail.

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 explicitly tells the user when to use the tool without folder_id (root files) and with folder_id (files in that folder). It provides clear context, though it does not explicitly state when not to use it or mention alternatives.

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/mickaelxd/mcp-transkriptor'

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