Server Details
Streamable HTTP MCP server for DevExpress documentation search and retrieval.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
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. |
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.
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
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!