Skip to main content
Glama

ChargerDojo

chargerdojo_list_conformance_suites

Read-only

List the OCPI conformance suites that can be run, grouped by module, with how many checks each carries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNoOptional OCPI version to narrow to, for example 2.2.1.

TDQS

A3.8/5.0
Behavior3/5

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

The readOnlyHint annotation already establishes this as a safe read operation, and the description adds no behavioral concerns such as authentication, rate limits, or side effects. It does add the useful detail that results are grouped by module and include counts, but no additional behavioral traits beyond that.

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?

A single sentence delivers the core purpose, the grouping behavior, and the check-count detail with zero filler. It is front-loaded and appropriately sized.

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 simple read-only listing tool with no output schema, the description conveys the essential return shape: conformance suites grouped by module with check counts. It is sufficiently complete, though it could have briefly noted when to prefer this over listing OCPI versions.

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

Parameters3/5

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

The schema fully documents the only parameter, version, with an example ('2.2.1'), and the description does not need to repeat it. The description does not add meaning beyond the schema, but with 100% schema coverage the baseline of 3 is appropriate.

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 states a specific resource ('OCPI conformance suites') and verb ('List'), plus the grouping by module and check counts. This clearly distinguishes the tool from siblings like chargerdojo_list_ocpi_versions and chargerdojo_list_journey_templates without needing to open schemas.

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 description implies when to use it: when the agent needs to see which conformance suites are available to run and how large they are. However, it does not explicitly say when not to use it or mention alternatives such as chargerdojo_list_ocpi_versions or chargerdojo_list_journey_templates.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a distinct scope: comparing versions, getting one version, listing several versions, listing conformance suites, listing journey templates, and explaining access are clearly separated. Even the similar get_ocpi_version and list_ocpi_versions are disambiguated by singular-vs-list framing.

Naming Consistency5/5

All tool names follow the same verber_chargerdojo_ prefix: chargerdojo_list_*, chargerdojo_get_*, chargerdojo_compare_*, and chargerdojo_describe_*. The pattern is predictable, consistent, and noun-focused after the verb.

Tool Count5/5

Six tools is a comfortable, well-scoped count for a discovery-oriented OCPI support server. Each tool covers a useful facet of the domain without bloat or redundancy.

Completeness3/5

The tool set covers version discovery, comparison, conformance suite listing, and journey template listing well. However, the descriptions explicitly refer to suites and journeys that can be run, yet the server exposes no tool to actually run them, leaving an obvious operational dead end for agents.

Resources