Skip to main content
Glama
SreeTarak2

DataFlow MCP Server

by SreeTarak2

submit_contest_validation

Submit chatbot validation results for contest documents, updating the Contests collection for Stage 2 validation before LLM normalization.

Instructions

Submit validation results from a chatbot for existing contest documents.

Same as submit_raw_validation but updates the Contests collection. Use this for Stage 2 validation before LLM normalization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatbot_idYesThe chatbot identifier
validation_jsonYesThe JSON response from the chatbot with 'validations' array

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations are absent, so the description carries the full burden. It discloses that the tool updates the Contests collection and targets existing contest documents, indicating a mutation. However, it does not explain whether prior validations are overwritten, whether the operation is idempotent, or any prerequisite beyond 'existing' documents. The reference to submit_raw_validation gives a baseline but without that tool's description, behavioral details remain incomplete.

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 two short sentences: a clear purpose statement and a usage directive with sibling differentiation. There is no filler, and the key information is front-loaded.

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?

Given only two well-documented parameters and an output schema, the description provides sufficient context: what the tool does, when to use it, and how it differs from the sibling. The main gap is behavioral detail (e.g., overwrite semantics, idempotency), but for a submit operation this is reasonably complete.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The description's phrase 'validation results from a chatbot' aligns with the validation_json parameter but adds no new meaning beyond the schema's own descriptions. The chatbot_id parameter is similarly self-explanatory, and the description does not elaborate on parameter format or restrictions.

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 the tool submits validation results for contest documents, using the specific verb 'submit' and resource 'contest documents'. It also distinguishes itself from the sibling submit_raw_validation by noting it updates the Contests collection, making the purpose unambiguous.

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

Usage Guidelines5/5

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

The description explicitly says 'Same as submit_raw_validation but updates the Contests collection' and 'Use this for Stage 2 validation before LLM normalization', providing clear when-to-use guidance and naming an alternative tool. This meets the highest bar for usage differentiation.

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

Install Server

Other Tools

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/SreeTarak2/dataflow_mcp'

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