Skip to main content
Glama

askacharge.com — EV charging network

Pedir diagnóstico al cargador

askacharge_diagnosticos
Idempotent

Pide al cargador que suba su fichero de diagnóstico (OCPP GetDiagnostics). Es el primer paso razonable ante un cargador que falla y no dice por qué.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
charge_point_idYesIdentificador de fábrica del cargador, p. ej. CP001

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / charge_point_id / description
      Added value: +"Identificador de fábrica del cargador, p. ej. CP001"
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate idempotence, non-read-only behavior, and non-destructiveness. The description adds real context by explaining that the tool sends an OCPP GetDiagnostics request and causes the charger to upload a diagnostic file. It does not mention asynchronous behavior or acknowledgments, but it does not contradict the annotations.

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 two short sentences: the first states the action and protocol, the second provides the practical trigger scenario. It is concise, front-loaded, and every sentence earns its place.

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 one-parameter, well-annotated command tool, the description provides sufficient operational context: what the tool does, the protocol involved, and when it should be used. It lacks only explicit detail about the response or asynchronous nature, which is a minor gap given there is no output schema.

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?

Schema coverage is 100% and the single charge_point_id parameter already has a clear description in the input schema with an example value. The tool description adds no extra parameter-level meaning, so the baseline score of 3 applies.

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 the specific action: 'Pide al cargador que suba su fichero de diagnóstico' and names the underlying protocol (OCPP GetDiagnostics). This clearly distinguishes the tool from siblings like reiniciar_cargador or estado_en_vivo by its diagnostic purpose.

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

Usage Guidelines4/5

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

The description gives clear context for when to use the tool: 'Es el primer paso razonable ante un cargador que falla y no dice por qué.' It does not explicitly name alternative sibling tools or when not to use them, so it stops short of full alternative routing.

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.