Skip to main content
Glama
Vanwida

@vanwida/haul-mcp

by Vanwida

haul_list_tools

List every HAUL tool and its credit cost to compare API pricing and select the right operation for your needs.

Instructions

List all available HAUL tools and their credit costs.

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 provided, the description carries the full burden. It conveys that this is a read-only listing operation and what it returns, but it does not disclose additional behavioral details such as authentication needs, whether the listing itself costs credits, or any caveats about the listing.

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, efficient sentence with no filler. It front-loads the action ('List') and then specifies the resource and returned information, so every word 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 parameterless discovery tool, the description is adequately complete: it states what the tool lists and what information is included (credit costs). Since there is no output schema, this return-value information is useful, though exact formatting details are not provided.

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 parameters and required parameters, so there are no parameter semantics to explain. The description does not need to compensate for any schema gaps, meeting the baseline for a parameterless tool.

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 a specific verb ('List') and a precise resource ('all available HAUL tools') plus a meaningful attribute ('their credit costs'). It clearly distinguishes itself from the sibling tools, which are individual operations, whereas this tool is a discovery/listing operation.

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 the usage context: use this tool to discover available HAUL tools and their credit costs before selecting one. However, it does not explicitly state when to use it versus alternatives or mention any exclusions.

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