Skip to main content
Glama
usernamexiaozhang

camoufox-versatile-mcp

get_tap_log

Retrieve logs recorded by JavaScript VMP tracing during signature recovery, enabling analysis of captured operations.

Instructions

Read what was recorded by trace_vmp_for_sign.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clearNo
limitNo
Behavior2/5

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

With no annotations, the description must disclose behavior. It indicates a read operation but does not mention potential side effects of the 'clear' parameter (e.g., deleting logs), rate limits, or access requirements.

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

Conciseness3/5

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

The description is extremely concise (one sentence), but it lacks structure such as bullet points or sections. It is not verbose, but also not optimally organized for quick scanning.

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

Completeness1/5

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

Given no annotations, no output schema, and minimal param info, the description is insufficient. It does not cover return values, behavior of 'clear', or how 'limit' affects results, leaving the agent with significant ambiguity.

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

Parameters1/5

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

The description does not explain the purpose or effect of either parameter ('clear' or 'limit'). Schema coverage is 0%, so the description adds no value beyond the schema's type/default information.

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 'Read what was recorded by trace_vmp_for_sign,' identifying the specific verb (read) and resource (log from a specific tool). It distinguishes from sibling tools like trace_vmp_for_sign (which starts recording) and list_trace_files (lists files).

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, or any prerequisites. It is implied that it should be used after trace_vmp_for_sign, but this is not explicit.

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/usernamexiaozhang/camoufox-versatile-mcp'

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