Skip to main content
Glama
S-CurveLabs

letin

Official
by S-CurveLabs

list_data_sources

Read-only

List all external sources a query reads, identifying whether each is hard-coded or parameterised.

Instructions

Inventory of every external source (files, folders, servers, URLs) each query reads, and whether it is hard-coded or parameterised.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

B3/5.0
Behavior3/5

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

The readOnlyHint annotation already covers safety, and the description adds the output content (source inventory with hard-coded/parameterised status). However, it does not clarify behavior around the required 'source' parameter or output format, leaving some ambiguity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, concise and front-loaded with the core purpose. It could be slightly improved by adding a parameter hint, but it is efficiently written without waste.

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?

For a tool with one required parameter and no output schema, the description fails to define the parameter or any usage context. An agent cannot confidently call this tool without additional inference, making it incomplete.

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%, and the description does not explain what 'source' refers to (e.g., a query identifier or a data source name). The parameter remains completely undefined, forcing the agent to guess.

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 verb ('inventory') and resource ('external sources each query reads'), and adds a distinguishing attribute ('whether it is hard-coded or parameterised'). This clearly separates it from siblings like list_sources or list_queries, which would not include per-query dependency details.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives such as list_sources or list_queries. It only states what it does, without any context for selection or exclusions.

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