Skip to main content
Glama
vmware-skills

io.github.zw008/vmware-debug

case_get

Read-onlyIdempotent

Get a VMware debug case's scope, evidence counts, sources, and grade history to see why it holds its current grade and what gaps block progress.

Instructions

[READ] One case: its scope, its ledger sizes, and its grade history.

WHEN: to pick up an investigation, or to see why a case sits at the grade it does. Returns counts and identifiers rather than the whole ledger — read the case folder itself (the path from case_open) for full evidence bodies.

RETURNS: {case_id, path, state, grade, opened_at, scope, evidence_count, sources, gap_count, blocking_gaps, grade_history}. sources is the distinct skills evidence came from, which is what corroboration is counted in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
case_idYesThe case id returned by case_open, or listed by case_list. An unknown id is an error, never an empty case.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.11.1

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context: it returns a summary (counts and identifiers) rather than the full ledger, and clarifies that sources represent distinct skills for corroboration. This meaningfully goes beyond 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 uses compact labeled sections — [READ], WHEN, RETURNS — and front-loads the core purpose. Every sentence earns its place, including the clarification of the sources field, which prevents misinterpretation of the return value. There is no filler.

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

Completeness5/5

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

For a single-parameter, read-only tool with no output schema, this description is complete: it states when to use it, what it returns, what it intentionally omits, and how the case_id is obtained. The returning field list plus the sources clarification gives the agent everything needed to correctly invoke and interpret the tool.

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 description coverage is 100%, and the schema already explains that case_id comes from case_open or case_list and that an unknown id is an error. The tool description adds little beyond reaffirming that the tool reads one specific case, so it does not materially improve on the schema's parameter documentation.

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 opens with '[READ] One case' — a specific verb, a clear resource, and the scope of what is returned (scope, ledger sizes, grade history). This distinguishes it from siblings like case_list, which would list multiple cases, and case_open, which would open a case for full evidence.

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

Usage Guidelines5/5

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

The WHEN clause is explicit: use this tool to pick up an investigation or understand why a case has its current grade. It also gives a when-not by stating that this returns counts and identifiers, not the full ledger, and directs the agent to the case folder via the path from case_open for full evidence bodies.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vmware-skills/VMware-Debug'

If you have feedback or need assistance with the MCP directory API, please join our Discord server