Skip to main content
Glama
BreezeDelegate

wisp-mcp

list_directory

Read-onlyIdempotent

List a page of files in a server directory. Use page and per_page to navigate large folders without overwhelming responses.

Instructions

List one page of a server directory. Use page/per_page for large directories.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
pathNo/
per_pageNo
server_idNo
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds the behavioral context of returning only one page and suggests pagination for large directories, but does not disclose response format or error behavior.

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?

Two short sentences, front-loaded with the primary purpose. No redundancy or filler words.

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 has 4 parameters and no output schema, requiring some context about pagination and parameters. The description is adequate for a simple listing operation but lacks details about path interpretation, server selection, or expected return structure.

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

Parameters2/5

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

With zero schema description coverage, the description must compensate. It explicitly mentions page and per_page for pagination, but does not explain path or server_id semantics. This leaves half the parameters unexplained, so the description adds limited value over the raw schema.

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 'List one page of a server directory' with a clear verb and resource. It distinguishes itself from siblings like read_file by indicating it lists directory contents rather than file contents, and mentions pagination explicitly.

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 offers a pagination tip ('Use page/per_page for large directories') but lacks explicit guidance on when to choose this tool over alternatives. Usage is implied by the resource type, but no direct comparison or exclusion criteria are provided.

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/BreezeDelegate/wisp-mcp'

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