search_docs
Search Astro documentation to find relevant information for Astro-related tasks. This tool enables AI assistants to retrieve specific content from the Astro docs for accurate user support.
Instructions
Search Astro documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search term to find in Astro documentation |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Search term to find in Astro documentation",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}