Set search-engine indexing
set_search_indexingAllow or disallow search engines indexing a site (opt-out is a paid feature).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | ||
| indexable | Yes |
set_search_indexingAllow or disallow search engines indexing a site (opt-out is a paid feature).
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | ||
| indexable | Yes |
Changes observed during successful MCP inspections.
Input schema / $schemaPrevious value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"Input schema / additionalPropertiesRemoved value: -falseDoes the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate it is not read-only, not destructive, and idempotent. The description adds one meaningful behavioral detail, that opting out (probably indexable=false) is a paid feature, which is not in the annotations. It does not mention error conditions, side effects, or permission requirements, so it gives only partial transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no fluff. It states the core action and immediately adds the crucial paid caveat. There is no redundant information, making it highly efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given only two simple parameters and no output schema, the description covers the essential context: the boolean toggle and the paid restriction. It does not explain the return value or specific error behavior, but for a tool of this complexity, these omissions are minor and its usefulness remains high.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With zero schema description coverage, the description carries the burden of giving meaning. It clarifies that the 'indexable' parameter maps to allow (true) or disallow (false), and that disallowing is the paid opt-out. It does not add much for 'siteId', but the parameter names plus this explanation are a partial compensation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb-resource pair: allow or disallow search-engine indexing for a site. It also distinguishes this from sibling tools (e.g., set_site_meta, set_site_password) by referring specifically to indexing, so an agent can easily identify the tool's purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage (when you need to control search engine indexing), and the paid-feature note suggests when opting out may have constraints. However, it does not explicitly state when to prefer this over alternatives or when not to use it, though no clear alternative is apparent among the shown siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.