Skip to main content
Glama
grappaheiss

VRO Camoufox MCP

by grappaheiss

listing.crawl_member_inventory

Crawls a member's inventory by visiting each listing sequentially, with configurable limits, error tolerance, and optional screenshot capture for research.

Instructions

Higher-level bounded traversal: enumerates a member page and opens each listing sequentially.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_listingsNo
browser_session_idYes
continue_on_listing_errorNo
capture_listing_screenshotsNo
Behavior3/5

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

With no annotations, the description carries full burden. It discloses sequential opening and bounded traversal, but does not mention error handling (despite the continue_on_listing_error parameter), side effects on the browser session, or what happens after opening listings.

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 a single, front-loaded sentence that is easy to scan. However, terms like 'Higher-level bounded traversal' are slightly vague and could be expanded without losing conciseness.

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

Completeness2/5

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

Given the tool's complexity (4 params, no annotations, no output schema), the description is insufficient. It fails to mention return behavior, error handling, or how it interacts with the browser session. The sibling context also suggests more differentiation is needed.

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 description coverage is 0%, and the description does not explain any of the four parameters. While parameter names and defaults provide some hints, the description adds no semantic value for browser_session_id, max_listings, continue_on_listing_error, or capture_listing_screenshots.

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 uses specific verbs ('enumerates', 'opens each listing sequentially') and clearly indicates the resource (member page listings). It distinguishes from sibling 'enumerate_member_inventory' by implying a deeper traversal that opens each item rather than just listing them.

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 implies a higher-level traversal but does not explicitly state when to use this over the sibling 'enumerate_member_inventory' or other tools. It mentions 'bounded' suggesting a limit, but no exclusions or alternative recommendations.

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/grappaheiss/camoufox'

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