idiradocs-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_cyberark_docsA | Busca páginas relevantes en un índice local de la documentación oficial de CyberArk/Idira (docs.cyberark.com), generado con 'npm run crawl'. Devuelve título, URL y snippet de cada resultado. Usa get_cyberark_doc_page para leer el contenido completo y actualizado de una URL. |
| get_cyberark_doc_pageA | Trae y limpia el contenido de una página de docs.cyberark.com (solo ese dominio) y lo devuelve en Markdown, para responder preguntas citando la documentación oficial real en vez de inventar respuestas. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools are clearly distinct: one searches an index, the other retrieves a specific page's content. There is no functional overlap or ambiguity between them.
Both tools follow the same verb_noun pattern with the 'cyberark_docs' domain prefix: 'search_cyberark_docs' and 'get_cyberark_doc_page'. Consistency is perfect.
With only 2 tools, the server is minimal and might feel thin for broader documentation workflows, but it covers the core search-and-retrieve pattern adequately. It is slightly under the typical well-scoped range.
The domain is documentation lookup, and search + fetch provides a complete read-only workflow. Missing features like browsing sections or listing all pages are minor gaps that agents can work around.