Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

doe_publications

Read-only

Find scientific publications and technical reports funded by the U.S. Department of Energy, with filters for keyword, author, title, subject, and date range.

Instructions

Search DOE-funded scientific publications and technical reports. Covers research from national labs and universities funded by the Department of Energy. Filter by keyword, author, title, subject, and date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 25)
queryNoFull-text search query
titleNoTitle search
authorNoAuthor name
subjectNoSubject area filter
date_endNoPublication date end (YYYY or YYYY-MM-DD)
date_startNoPublication date start (YYYY or YYYY-MM-DD)
Behavior3/5

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

With readOnlyHint=true already signaling a safe read operation, the description adds useful scope context (covers national labs and universities). However, it does not disclose additional behavioral traits such as pagination, default limits, or the structure of returned results, which would help set agent expectations.

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 three sentences, front-loaded with the main action, and immediately conveys what the tool does, what it covers, and its filter capabilities. No extraneous information.

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

Completeness3/5

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

For a search tool with 7 optional parameters and no output schema, the description provides a solid overview but does not explain result formats, pagination behavior, or default values. While the schema covers parameters well, the lack of a description for return structure leaves some gaps.

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 baseline is 3. The description lists filter categories (keyword, author, title, subject, date range) that map to the schema properties but does not add extra semantic meaning beyond what the schema already provides, such as format details for date parameters or behavioral nuances of the query.

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 the tool searches for DOE-funded scientific publications and technical reports, with a specific scope (national labs and universities). This uniquely identifies it among sibling tools like pubmed_search and nih_search_publications, making the resource and scope explicit.

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

Usage Guidelines3/5

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

The description implies use when searching for DOE-funded research, but it does not explicitly mention when not to use this tool or recommend alternatives. It provides context that distinguishes it from other publication search tools, but lacks direct comparative guidance.

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/cyntrica/gov-data-mcp'

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