Skip to main content
Glama
shiiman

multi-agent-mcp

by shiiman

list_screenshots

List recently captured screenshots from agents, sorted by newest first. Control the number of results with the limit parameter.

Instructions

スクリーンショット一覧を取得する(最新順)。

Args: limit: 最大取得件数(デフォルト: 10) caller_agent_id: 呼び出し元エージェントID(必須)

Returns: スクリーンショット一覧(success, screenshots, count)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
caller_agent_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It describes return structure but contradicts the schema by marking caller_agent_id as required (description) versus optional (schema default null). This inconsistency harms transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short, listing parameters and return values in a structured way (Args/Returns). It is front-loaded with the core action. Could omit 'Args' header since schema already indicates parameter structure.

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 presence of sibling tools (get_screenshot_dir, read_screenshot, read_latest_screenshot), this tool's role as a lister is clear. It includes limit parameter for pagination and describes return fields, which is sufficient for a list tool. However, no example or further details on ordering.

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?

Schema coverage is 0%, so description must compensate. It explains limit (max count) and caller_agent_id (caller agent ID), but incorrectly states the latter is required, contradicting the schema's optional default. This adds confusion.

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 tool lists screenshots in latest order. It implicitly distinguishes from sibling screenshot tools like read_screenshot and read_latest_screenshot, but does not explicitly differentiate.

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?

No guidance on when to use this tool versus alternatives (e.g., read_latest_screenshot for a single latest). The description only lists parameters and return values, not usage context.

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/shiiman/multi-agent-mcp'

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