delphi-codecoverage
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_topicsA | Lista os topicos do guia de configuracao de projetos Delphi/DUnitX para uso com a DelphiCodeCoverage |
| get_topicB | Retorna o texto completo de um topico do guia |
| search_guideB | Busca um termo em todos os topicos do guia, retornando trechos de contexto |
| get_snippetA | Retorna um snippet de codigo Delphi/DUnitX/CLI pronto para uso, de uma categoria especifica |
| list_snippetsA | Lista todos os snippets disponiveis, por categoria |
| search_snippetsB | Busca snippets por palavra-chave (nome ou conteudo do codigo) |
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 6 tools
Each tool targets either snippets or guide topics, and within each resource, list, search, and get are clearly distinct actions. There is no meaningful overlap or ambiguity between the six tools.
Tool names follow a consistent verb_noun pattern for snippets (list_snippets, search_snippets, get_snippet) and mostly for topics (list_topics, get_topic). The only minor deviation is search_guide, which would be more consistent as search_topics, but the pattern remains predictable.
Six tools is an appropriate size for a focused reference server covering snippets and guide topics. Each tool has a distinct purpose and the count feels neither thin nor bloated.
The server provides full list/search/get coverage for both snippets and guide topics, which matches its stated purpose as a code coverage reference and snippet library. No obvious missing operations or dead ends are apparent.