Skip to main content
Glama
consigcody94

Pythia MCP

by consigcody94

update_database

Updates the local Lilith database by checking for and downloading new experimental Higgs boson data from HEPData repositories for ATLAS and CMS collaborations.

Instructions

Check for and optionally download new experimental data from HEPData to update the local Lilith database.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checkOnlyNoOnly check for updates without downloading
collaborationNoWhich collaboration's data to update
sinceNoOnly fetch data published after this date (YYYY-MM-DD)
Behavior2/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 of behavioral disclosure. It mentions that the tool can 'check for and optionally download' data, implying both read and write operations, but doesn't detail permissions required, whether downloads are destructive or additive, rate limits, or error handling. For a tool that updates a database, this lack of behavioral context is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the core functionality. It avoids redundancy and wastes no words, making it easy to parse. However, it could be slightly more structured by separating the check and download aspects, but this is minor.

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

Completeness2/5

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

Given the tool's complexity (updating a database with optional downloads) and lack of annotations and output schema, the description is insufficient. It doesn't cover what happens on success/failure, the format of updates, or how it interacts with the local database. For a mutation tool with no structured safety or output info, more completeness is needed.

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%, so the schema already documents all three parameters thoroughly. The description adds no additional meaning beyond what's in the schema—it doesn't explain parameter interactions, default behaviors, or usage examples. With high schema coverage, the baseline score of 3 is appropriate as the description doesn't compensate but also doesn't detract.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Check for and optionally download new experimental data from HEPData to update the local Lilith database.' It specifies the verb ('check for and optionally download'), resource ('new experimental data'), and target ('local Lilith database'). However, it doesn't explicitly differentiate from sibling tools like 'fetch_hepdata_record' or 'get_latest_higgs_data', which prevents a score of 5.

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 provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'fetch_hepdata_record' or 'search_hepdata', nor does it specify prerequisites, exclusions, or contextual triggers for usage. This leaves the agent without clear direction on tool selection.

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/consigcody94/pythia-mcp'

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