Skip to main content
Glama
isteamhq

@isteamhq/mcp

by isteamhq

List Workspace Files

list_files
Read-only

List files in a workspace file library, filtering by mime category (image or document) and searching by name. Returns id, name, mimeType, size, and URL.

Instructions

List files uploaded to the workspace's file library. Filter by mime category and/or name search. Returns id, name, mimeType, size, url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceIdYesWorkspace ID
mimeFilterNoimage = only images, document = everything else
searchNoSubstring match on file name
cursorNoPagination cursor (file ID returned in previous page)
limitNoPage size (default 20, max 100)
Behavior5/5

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

Annotations indicate readOnlyHint=true and destructiveHint=false, and the description adds context about pagination (cursor, limit) and return fields. There is no contradiction, and the description enriches the agent's understanding of behavior beyond annotations.

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 concise, consisting of two sentences that front-load the main purpose. Every sentence adds necessary information without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 5 parameters including pagination and filtering, the description adequately covers the functionality. It explains filtering, pagination, and return fields, making it complete for an agent to use correctly.

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?

Schema description coverage is 100%, but the description adds value by explaining the filtering purpose of mimeFilter and search, and listing the return fields. This provides additional meaning beyond the schema alone.

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 from the workspace file library, with filtering options by mime category and name search. It explicitly mentions the returned fields (id, name, mimeType, size, url), distinguishing it from sibling tools like 'list_task_attachments' or 'drive_search_files'.

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 tells when to use the filter parameters, providing clear context for usage. While it doesn't explicitly state when not to use this tool or name alternatives, the sibling list and the description's specificity imply its appropriate use case.

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/isteamhq/mcp'

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