Skip to main content
Glama
pulspeed

@pulspeed/mcp-server

by pulspeed

bulk_scan

Scan multiple URLs at once to monitor website performance. Choose mobile or desktop strategy, and receive job IDs for polling or wait for all results.

Instructions

Scan multiple URLs at once. By default runs scans asynchronously and returns job IDs for polling. Set wait=true to run sequentially and return all results (slower, may take several minutes).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYesList of URLs to scan (max 10)
waitNoIf true, wait for all scans to complete and return results. If false (default), dispatch all jobs and return job IDs immediately.
strategyNoScan strategy: mobile or desktop (default: mobile)
Behavior4/5

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

With no annotations, the description discloses key behaviors: async default, synchronous option with wait=true, and performance impact. However, it does not mention rate limits, authentication, or potential 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 purpose, no unnecessary words. Ideal 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 no output schema, the description explains return types (job IDs vs results) but not their structure. Strategy parameter is not addressed. Still, core functionality is well covered.

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

Parameters3/5

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

Schema coverage is 100%, so the description adds limited value beyond parameter descriptions. The mention of max 10 URLs is already in the schema. The async/sync behavior is tied to wait, which is also described in schema.

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 clearly states the tool scans multiple URLs at once, contrasting with the sibling scan_site which likely scans a single URL. It provides a specific verb and resource.

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 gives guidance on when to use async vs synchronous mode, but does not explicitly address when to choose this tool over alternatives like scan_site for single URLs.

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/pulspeed/mcp-server'

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