Add output schema to search_cloudflare_documentation tool
The search_cloudflare_documentation tool now includes an explicit outputSchema definition documenting the structure of search results, with fields for similarity, id, url, title, and text. This is a documentation improvement that helps clients understand the tool's response format without breaking existing integrations. Additionally, "Browser Rendering" in the tool description was updated to "Browser Run".
Alert history
- Additive
Add output schema to search_cloudflare_documentation tool
The
search_cloudflare_documentationtool now includes an explicitoutputSchemadefinition documenting the structure of search results, with fields forsimilarity,id,url,title, andtext. This is a documentation improvement that helps clients understand the tool's response format without breaking existing integrations. Additionally, "Browser Rendering" in the tool description was updated to "Browser Run". - Informational
MCP server schema and version updates
Updated Cloudflare Docs MCP server from version 0.4.7 to 0.4.8 and restructured JSON schema definitions. Changes include: moving
$schemato the top ofinputSchemaobjects for better schema organization, removing redundantadditionalPropertiesand nestedannotationsfields, flattening thereadOnlyHintannotation, and addingexecution.taskSupportconstraints. These are internal schema reorganizations that do not affect the documented tool behavior or API contracts.