search_owlpay_documentation
Search and retrieve OwlPay API documentation using natural language queries. Non-English inputs are auto-translated to English for accurate results, streamlining system integration.
Instructions
Search Owlpay documentation. Any non-English input will be auto-translated to English before populating the query.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search keywords in English. Any non-English input will be auto-translated to English before populating this field. |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Search keywords in English. Any non-English input will be auto-translated to English before populating this field.",
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}