Skip to main content
Glama
ThinAirTelematics

ThinAir Data

Official

generate_seed_data

Generate realistic INSERT statements for development and testing that respect schema types, constraints, and foreign key relationships without executing.

Instructions

Generate realistic, schema-aware INSERT statements for development and testing. Respects types, constraints, and FK relationships. Never executes. [BUILD tier]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • bin/server.js:125-130 (registration)
    Tool registration entry for 'generate_seed_data' in the static tool catalog array. This defines the tool's name, description, and input schema. This is the only occurrence of 'generate_seed_data' in the codebase.
    {
      name: "generate_seed_data",
      description:
        "Generate realistic, schema-aware INSERT statements for development and testing. Respects types, constraints, and FK relationships. Never executes. [BUILD tier]",
      inputSchema: { type: "object" },
    },
  • The CallTool handler for ALL tools (including generate_seed_data) — this is a static adapter that returns a redirect message pointing to the production hosted MCP server at https://data.thinair.co/mcp. The actual execution logic lives on the hosted server, not in this local stdio adapter.
    server.setRequestHandler(CallToolRequestSchema, async () => ({
      content: [{ type: "text", text: REDIRECT_MESSAGE }],
      isError: false,
    }));
Behavior3/5

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

Discloses key behavior ('Never executes') and constraints (respects types, constraints, FK), but does not specify the output format or return value, which is important since no output schema is provided.

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?

Two concise sentences with no filler; front-loaded with key purpose.

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?

Covers purpose, constraints, and safety ('Never executes'), but lacks explicit mention of what the tool outputs (e.g., returns generated SQL string) given the absence of an output schema.

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?

No parameters; baseline score 4 as schema coverage is 100% and description does not need to add parameter details.

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?

Clearly states it generates realistic, schema-aware INSERT statements for development and testing, distinguishing it from sibling tools that analyze, query, or profile data.

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?

Identifies usage for development and testing, and explicitly states it never executes, but does not provide when-not-to-use or alternatives.

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/ThinAirTelematics/thinair-data'

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