devexpress_docs_search
Read-onlyIdempotent
Search DevExpress documentation for a given technology and a question.
If you want to search for multiple technologies, pass them as a list.
This tool returns only snippets/excerpts; full content requires a follow-up devexpress_docs_get_content call on a chosen URL.
ALWAYS call devexpress_docs_search before ANY devexpress_docs_get_content call in a user request chain.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | Your specific question or search query. Be descriptive and include relevant keywords about what you're trying to accomplish. | |
| technologies | Yes | List of DevExpress technologies to search within. Use specific technology names like 'WindowsForms', 'XtraReports', 'OfficeFileAPI' etc. You must choose from the allowed set. |