Skip to main content
Glama

list_load_history

List data-load attempts from the ingestion audit trail — when each dataset landed, with what status. Answers "is April in yet?" / "when was this data last loaded?".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
periodNo
statusNo
binding_idNo
dataset_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states the tool lists loads from the audit trail but does not disclose potential behavioral traits such as read-only nature, required permissions, rate limits, or whether it returns all history or only recent entries. This leaves the agent uncertain about side effects and constraints.

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 extremely concise: two sentences with no extraneous words. It front-loads the core action and resource, then provides relatable example questions. Every word adds value.

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

Completeness2/5

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

Given five parameters, no output schema, and no annotations, the description is insufficient. It fails to explain return format, pagination, or parameter usage. The agent has little guidance on how to craft a meaningful request or interpret results.

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

Parameters1/5

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

Schema description coverage is 0%, meaning no parameter descriptions are present in the schema. The tool description adds no information about the five parameters (limit, period, status, binding_id, dataset_id). The agent cannot infer expected formats, allowed values, or how parameters affect results.

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 clearly states it lists data-load attempts from the ingestion audit trail with status. It provides concrete example questions ('is April in yet?', 'when was this data last loaded?'), which helps the agent understand the tool's purpose and distinguishes it from siblings like get_load_status (which likely returns a single status) and list_bindings (which lists binding metadata, not load history).

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 usage via example questions but does not explicitly state when to use this tool versus alternatives (e.g., get_load_status for a specific dataset's current load status). No exclusions or prerequisites are mentioned.

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.