Server Details
Streamable HTTP MCP server for DevExpress documentation search and retrieval.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
2 toolsdevexpress_docs_get_contentTry in Inspector
Get full document content by URL from DevExpress documentation.
Use this tool to retrieve the complete markdown content of a specific documentation page.
PREREQUISITE: ALWAYS call devexpress_docs_search before using this tool to get valid URLs.
The URL parameter must be obtained from the results of the devexpress_docs_search tool.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of a DevExpress documentation article. REQUIRED: This URL must be obtained from a previous call to `devexpress_docs_search` tool. Do not construct URLs using your general knowledge. Example: https://docs.devexpress.com/CoreLibraries/405204 |
devexpress_docs_searchTry in Inspector
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.
| 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. |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server