Skip to main content
Glama
SreeTarak2

DataFlow MCP Server

by SreeTarak2

submit_full_generation

Submit a full generation by packaging structured contest data and contest details into one call, with items containing record and details fields.

Instructions

Submit a full generation result that includes BOTH structured contest data AND contest details in one call.

Use this after get_records_for_full_generation. The JSON must contain an 'items' array, where each item has:

  • record: Structured contest data following the v4.0 schema

  • details: Contest details following contest-details-v1.0.txt schema

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dedupe_gateNoIf True (default), skip items whose title matches an existing LIVE contest (normalized-title match from a different source or reworded title from the same source). Set False to force-insert.
generation_jsonYesJSON string with format: { "items": [ { "record": { ... structured contest object ... }, "details": { ... contest details object ... } } ] }

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are present, so the description carries the full burden. It specifies required JSON structure and schema versions, adding some transparency, but doesn't disclose side effects, error behavior, or reversibility—significant omissions for a submission tool.

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 compact and front-loaded, with a clear purpose sentence and a bulleted structure. Every sentence adds value, making it highly concise with no wasted words.

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?

An output schema exists, so return values are covered. The description covers the prerequisite and input format, but doesn't mention validation errors or failure modes. For a submission tool with a straightforward API, this is reasonably complete.

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

Parameters4/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 adds value by referencing v4.0 schema and contest-details-v1.0.txt, and by showing the items array structure, which exceeds the schema's simple 'structured contest object' phrasing.

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+resource ('Submit a full generation result') and distinguishes it from other submit tools by emphasizing BOTH structured contest data and contest details in one call. It also references the predecessor tool, making its 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 Guidelines4/5

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

It explicitly instructs to use after get_records_for_full_generation, providing a clear workflow context. However, it doesn't mention when not to use it or alternatives, so it falls short of full exclusions.

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