Skip to main content
Glama
SreeTarak2

DataFlow MCP Server

by SreeTarak2

get_events_for_detail_generation

Retrieve priority-sorted events requiring AI-generated detail pages, with prompt and event documents, to feed an LLM for creating structured details like benefits, tips, and SEO.

Instructions

Return events needing AI-generated detail pages, sorted by priority.

The response includes both the prompt text (event-details-v1.0.txt) and the event documents. Send both to the LLM so it can research and generate structured event details (whyAttend, whoShouldAttend, benefits, tips, agenda highlights, FAQ, SEO).

Priority order: upcoming > published > registration open > has speakers/ agenda > recently added.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNoNumber of events to skip (for pagination)
batch_sizeNoNumber of events to return (default 10, max 50)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the response structure (prompt text + event documents) and the sorting priority order. As a read operation implied by 'get', no side effects are mentioned but none are expected. It lacks explicit read-only confirmation, but the name and content cover the essentials.

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 concise and well-structured: a one-sentence purpose, a note on the response payload with a usage instruction, and a clear priority order. Every sentence earns its place with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has an output schema, so return values are documented. The description explains the selection criteria (priority order) and how to use the results (feed both prompt and events to LLM). This is complete for a retrieval tool with two simple parameters.

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 description coverage is 100%, with both 'skip' and 'batch_size' fully described. The description adds no additional parameter meaning beyond what the schema already provides, so the baseline of 3 is appropriate.

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 a specific action: 'Return events needing AI-generated detail pages'. This distinguishes it from sibling tools like get_events (general listing) and get_contests_for_detail_generation (contests, not events). The priority order further clarifies the scope.

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?

The description gives clear context: it is for fetching events that require AI-generated detail pages, and it instructs to send both prompt text and event documents to the LLM. It does not explicitly name alternatives or exclusions, but the use case is unambiguous.

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