Skip to main content
Glama
lexiismadd

Crawl4AI Complete MCP

by lexiismadd

monitoring

Retrieve Crawl4AI status and performance data, or confirm administrative controls via operation and boolean confirmation flags.

Instructions

Read native Crawl4AI monitoring data or explicitly confirm an administrative control.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
payloadNo
operationYes

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 hints at a confirm step for administrative control but does not explain side effects, permissions, rate limits, or what 'confirm' actually does. The phrase 'explicitly confirm' implies some action requires confirmation, but the consequences of that confirmation are left entirely ambiguous.

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 a single sentence with no wasted words, which is concise. However, it is under-specified and the 'or' conjunction creates structural ambiguity, making it less effective than a clearer, more explicit phrasing.

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 annotations, an output schema that is not described, and 3 parameters at 0% coverage, the description carries a heavy burden. It fails to explain what the output looks like, what operations are available, or what an administrative control is. The tool appears to be a generic operation handler, but the description is missing critical context for an agent to use it correctly.

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?

Schema description coverage is 0% for 3 parameters. The description mentions 'confirm' verbally but does not map it to the confirm parameter or explain the operation values. The payload parameter is completely unexplained. This is entirely insufficient for a generic operation dispatcher with a string operation field.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action 'Read native Crawl4AI monitoring data', but immediately muddies it with 'or explicitly confirm an administrative control', which is vague and introduces an undefined second purpose. It doesn't clearly distinguish from sibling tools like job_status or artifact_info.

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 is provided on when to use this tool versus alternatives. The description does not mention when to choose monitoring over job_status or native_api_operation, nor does it state prerequisites or exclusions.

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/lexiismadd/crawl4ai-complete-mcp'

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