Skip to main content
Glama
SreeTarak2

DataFlow MCP Server

by SreeTarak2

get_event_detail_status

Check event detail generation coverage to see how many live events still need details and plan batch runs.

Instructions

Get coverage metrics for the event detail generation pipeline.

Surfaces EventDetailGenerator.get_status: how many live events exist in the Events collection, how many already have event_details documents (broken down by detail status), how many still need generation, and the overall coverage percentage.

Use this to see how much event-detail work remains before deciding how many batches of get_events_for_detail_generation to run.

Returns: Dictionary with total_events, total_with_details, total_without_details, by_status, and coverage_pct.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It details the computed metrics (live events, events with details by status, without details, coverage percentage) and lists the return dictionary fields. While it doesn't explicitly say 'read-only,' the status-oriented language and the verb 'get' imply no side effects. It could add a note on permissions or side effects, but the lack of such is not a major gap for a status 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 concise and well-structured: a one-sentence purpose, a short explanatory paragraph, a usage line, and a Returns section. Every sentence earns its place, and the front-loaded main clause ensures quick comprehension.

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?

For a simple status tool with no parameters and an output schema, the description is complete. It explains what the tool does, how to use it in a workflow, and what it returns. The output schema formalizes the return structure, so the description's explanation of the dictionary fields is sufficient and even redundant in a helpful way.

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?

The tool takes zero parameters, so there is nothing for the description to add beyond what the schema already shows (an empty object). Per the baseline for 0 parameters, a score of 4 is appropriate; no further parameter explanation is needed.

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 opens with 'Get coverage metrics for the event detail generation pipeline,' clearly identifying the specific resource and the action. It distinguishes from sibling tools like get_events_for_detail_generation by focusing on status instead of fetching work items, 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 Guidelines5/5

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

It explicitly states when to use this tool: 'Use this to see how much event-detail work remains before deciding how many batches of get_events_for_detail_generation to run.' This names the alternative tool and provides clear decision context, satisfying the dimension fully.

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