Skip to main content
Glama
MarkIvor

DataSearcher MCP

by MarkIvor

sample_data

Sample rows from a database table using random, first, last, or stratified methods. Set the table name, number of rows, and optional WHERE clause to extract a representative data subset.

Instructions

Выборка строк из таблицы.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nNo
whereNo
methodNorandom
table_nameYes
stratify_columnNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observedv1.0.0

TDQS

C2.4/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It only says rows are sampled and does not explain whether the operation is read-only, how random selection works, whether filters apply via the where parameter, or what output structure is returned. This is insufficient for a tool with no annotation coverage.

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

Conciseness2/5

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

The description is very short, but this is under-specification rather than effective conciseness. A single phrase conveys the basic purpose but omits the parameter behavior and selection semantics that an agent needs to invoke the tool correctly.

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, one required field, an enum, and no annotations, the description is not complete enough. It does not explain the meaning of the sampling methods, the filter syntax, or how stratify_column relates to method, so an agent cannot reliably construct a correct call from the provided text.

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 compensate by explaining any of the five parameters. It does not mention n, where, method, stratify_column, or table_name, leaving the agent to guess their meaning and interactions solely from names and defaults.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb-resource relationship: 'sampling rows from a table.' It identifies what the tool does at a basic level, though it does not differentiate it from sibling tools like sql_query or profile_data and does not clarify whether this is a preview or statistical sampling operation.

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 given about when to use sample_data versus alternatives such as sql_query, profile_data, or get_schema. There is no mention of typical use cases, prerequisites, or exclusions, so an agent must infer when this tool is appropriate.

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/MarkIvor/mcp-datasearcher'

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