Skip to main content
Glama
SGromych

DataForge Semantic MCP Server

by SGromych

df_list_data_marts

Read-onlyIdempotent

Retrieve data marts for a project version to inspect available datasets. Filter by name, mart type, or merge type for targeted discovery.

Instructions

List data marts of a project version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
searchNoCase-insensitive substring of name or description
languageNoru
mart_typeNo
page_sizeNo
use_cacheNo
merge_typeNo
project_idYesDataForge project id
version_idYesProject version id

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.1

TDQS

B3.1/5.0
Behavior2/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 description adds no new behavioral context. It does not mention pagination behavior, caching effects, or the meaning of filters such as use_cache, mart_type, or merge_type.

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, front-loaded sentence with no wasted words. It captures the core operation efficiently, though at the cost of omitting useful details.

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?

With 9 parameters, no output schema, and many sibling tools, the description is too sparse. It does not explain pagination, filtering behavior, or what a 'data mart' listing includes, leaving significant gaps for an agent trying to invoke it correctly.

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

Parameters2/5

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

Schema description coverage is only 33%, and the description does not compensate for the undocumented parameters. It adds no meaning beyond the schema for optional filters like page, page_size, language, mart_type, merge_type, or use_cache, leaving agents to guess their roles.

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'), a clear resource ('data marts'), and a scoping context ('of a project version'). This distinguishes it from sibling tools like df_get_data_mart (retrieves a single mart) and df_list_fact_tables (a different resource type).

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?

No guidance is provided about when to use this tool versus alternatives such as df_get_data_mart or df_list_fact_tables. There are no explicit exclusions, prerequisites, or conditions for choosing this listing tool.

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