Skip to main content
Glama
bypixels

SEO MCP PRO

by bypixels

monitor_check_uptime

Check if a URL is accessible and measure response time. Obtain status, headers, and SSL info to pinpoint availability issues.

Instructions

Check if a URL is accessible and measure response time. Returns status, response time, headers, and SSL info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to check
methodNoGET
timeoutNo
checkContentNo
expectedStatusNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description must carry the burden, and it does disclose the core read-only behavior and return categories status, response time, headers, and SSL info. However, it does not mention behavior on failure, redirect handling, or whether SSL verification is performed, lowering transparency for a no-annotations tool.

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 compact and front-loads the core purpose before the return summary. It avoids fluff but earns a 4 rather than 5 because the return-value clause is somewhat generic and could have incuded parameter behavior.

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?

There is no output schema and no annotations, so the description alone must make this safely callable. It fails to explain two of five parameters and gives no guidance about valid expectedStatus values or checkContent semantics, leaving an agent with meaningful ambiguity for an otherwise simple tool.

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 low, at 20%, and only the URL parameter has a description. The tool description does not explain checkContent or expectedStatus, which are non-obvious, and it does not clarify how timeout or method affect the check.

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?

It clearly states the action — check if a URL is accessible and measure response time — and names concrete return categories. This differentiates it from narrower sibling tools like monitor_certificate or security_ssl_analyze even though it doesn't explicitly contrast with them.

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 given about when to choose this tool over closely related siblings such as monitor_response_time, monitor_certificate, or util_headers_analysis. The description's broad scope implies general uptime checking, but it does not mention alternatives 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/bypixels/SEO-MCP-PRO'

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