Skip to main content
Glama

Enable sitemap monitor

enable_sitemap_monitor

Activates sitemap monitoring for a project; the next scheduled sync fetches the sitemap, avoiding an immediate fetch.

Instructions

Enable the project sitemap monitor. The next scheduled worker sync fetches the sitemap; enabling does not fetch immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monitor_idYesIdentifier of the bisibility project to operate on; list_projects returns valid project ids.
project_idYesIdentifier of the bisibility project to operate on; list_projects returns valid project ids.
idempotency_keyNo
Behavior3/5

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

Annotations declare readOnlyHint=false, destructiveHint=false, and openWorldHint=false. The description adds the behavioral nuance that enabling doesn't trigger an immediate fetch—it defers to the next scheduled sync. This is useful asynchronous behavior disclosure. However, it doesn't explain idempotency behavior (e.g., what happens if already enabled) or error conditions.

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 tight sentences with zero waste. The description efficiently states the action and adds the key async behavior caveat. Front-loaded with the main purpose statement.

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?

For a simple enable-mutation tool with no output schema and no nested objects, the description covers the essential aspects: what it does and the async fetch timing. The main gap is clarification on idempotency and the confusing duplicate-looking parameter descriptions, but overall it's reasonably complete for the tool's simplicity.

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 67%—two of three parameters (monitor_id and project_id) are documented in the schema. The description itself adds no parameter semantics beyond the schema. Interestingly, monitor_id and project_id have identical descriptions and patterns (both appearing to reference a project id), which is somewhat confusing. The undocumented idempotency_key param receives no clarification.

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 action ("Enable the project sitemap monitor") with a specific verb+resource. It distinguishes conceptually from sibling tools like disable_sitemap_monitor and list_sitemap_monitors. However, it doesn't explicitly reference these sibling tools to help differentiate.

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 notes that enabling does not fetch immediately and the next scheduled worker sync fetches the sitemap, which provides important timing context for when this tool is appropriate. However, it doesn't explicitly state when to prefer this over disable_sitemap_monitor or what state the monitor must be in to enable it.

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/CorgiCorner/bisibility-mcp'

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