Skip to main content
Glama

list_topics

Browse the topics in the Delphi/DUnitX configuration guide for DelphiCodeCoverage. Find practical guidance and ready-made snippets to set up coverage correctly.

Instructions

Lista os topicos do guia de configuracao de projetos Delphi/DUnitX para uso com a DelphiCodeCoverage

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden of explaining behavior. It states that the tool lists topics, which implies a read-only operation, but it does not disclose output format, ordering, or any limitations beyond the guide scope.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, focused sentence with no filler. The main verb and resource appear first, and the scope is provided compactly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter list tool, the description is nearly complete: it identifies the guide, the topic objects, and the technical context (Delphi/DUnitX with DelphiCodeCoverage). It could mention the expected return shape, but that is not required by an output schema and is fairly inferable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero properties and 100% schema description coverage, so the baseline is 4. The description correctly focuses on the operation rather than parameters, adding no unnecessary parameter details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Lista' and identifies the exact resource: the topics of the Delphi/DUnitX project configuration guide for DelphiCodeCoverage. It clearly differentiates itself from siblings like list_snippets, which would list different content.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended use is implied: call this when you want an overview of the guide's topics. However, it gives no explicit guidance about when to prefer this over get_topic or search_guide, and it names no alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.