Skip to main content
Glama
RobithYusuf

MCP Camoufox

by RobithYusuf

search_page

Search the visible text of the current page for a term or regex and get matches with surrounding context. Locate content directly without needing a snapshot or screenshot.

Instructions

Grep the CURRENT page's visible text and return matches with surrounding context. Costs nothing compared to a snapshot or a screenshot — use it first to find where a term actually appears.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesSubstring, or a regex source when regex=true
regexNo
max_matchesNo
context_charsNo
case_sensitiveNo
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

Since no annotations are provided, the description must carry the behavioral burden. It usefully discloses that it operates on 'visible text' only and returns 'surrounding context,' and implies a cheap read operation. However, it doesn't specify how frames are handled, what happens with zero matches, or explicitly confirm it has no side effects.

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 sentences, front-loaded with the core behavior and followed by a concise cost/usage tip. Every word earns its place; no fluff or redundancy.

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?

With no output schema, no annotations, and 5 parameters (only 1 documented in schema), the description provides too little. It leaves the return object structure, frame scope, and regex/case semantics unexplored, so an agent would need to infer or experiment to use it with confidence.

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 only 20%, with just 'text' described in the schema. The description only hints at 'surrounding context' (corresponding to context_chars); it doesn't clarify regex, case_sensitive, or max_matches behavior. Although parameter names are reasonably self-explanatory, the description fails to compensate for the 80% of undocumented parameters.

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 specific verb and resource: 'Grep the CURRENT page's visible text' and the output 'return matches with surrounding context.' It differentiates from snapshots/screenshots by scoping and cost, but doesn't explicitly contrast with sibling search tools like 'search' or 'find_by_text', so it stops short of full sibling differentiation.

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?

It gives an explicit recommendation to use it first to locate terms because it 'costs nothing compared to a snapshot or a screenshot.' This is useful when-to-use guidance, but it doesn't mention when not to use it or compare it to other text-finding siblings, leaving some alternatives unexplored.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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