Skip to main content
Glama
GovIndLok

f1-mcp-server

by GovIndLok

get_sample_data

Preview Formula 1 data by retrieving top 10 rows from a selected table. Use optional filters with AND/OR logic to inspect relevant records before building custom queries.

Instructions

Get sample data (top 10 rows) from a table with optional filters.

Args: table_name: Name of the table to query filters: List of filters with format [{"column": "col_name", "operator": "=", "value": "value"}].(Make sure value is proper format int/string/float) join_logic: Combine filters with "AND" or "OR"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filtersNo
join_logicNoAND
table_nameYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It does disclose useful behavior: the result is capped at 10 rows, filtering is optional, and join_logic combines filters with AND/OR. However, it does not state whether the operation is read-only, what columns are returned, or how errors are handled, leaving some behavioral ambiguity.

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 one-sentence purpose is front-loaded, followed by a compact Args block where each parameter earns its place. There is no redundant or filler text.

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?

For a simple preview tool, the description covers the essential call mechanics: target table, filter shape, and join behavior. It is a little thin on the output side—no explicit statement of returned columns or empty-result behavior—and it does not mention the sibling run_a_query alternative, but the row cap and filter semantics make the tool usable.

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

Parameters5/5

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

The input schema has no property descriptions and only 0% coverage, but the description documents all three parameters: table_name, filters (with a concrete JSON format and a value-type warning), and join_logic (with allowed AND/OR values). This fully compensates for the schema's silence.

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 opening line, 'Get sample data (top 10 rows) from a table with optional filters,' names a specific action, a resource (table), and an explicit row cap. This distinguishes it from sibling tools like list_tables and tables_schema, which return metadata, and from run_a_query, which implies a broader query rather than a capped preview.

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

Usage Guidelines2/5

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

The description implies a quick-preview use case but never explicitly says when to choose this over run_a_query or how it differs from list_tables/tables_schema. There are no when-to-use or when-not-to-use statements, so an agent must infer tool selection from the name alone.

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/GovIndLok/f1-mcp-server'

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