search_documentation
Search VeChain documentation to find relevant information, code examples, API references, and implementation guides for blockchain development and feature understanding.
Instructions
Search across the documentation to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about VeChain Docs, find specific documentation, understand how features work, or locate implementation details. The search returns contextual content with titles and direct links to the documentation pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query string |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "The search query string",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}