Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 2 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count3/5

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.

Completeness4/5

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.

Maintenance

ActivitySlowing
ResponsivenessNo issues