Skip to main content
Glama
MCP-Hive

nsf-awards-mcp

by MCP-Hive

search_nsf_awards

Search NSF awards and funding by award number, principal investigator, keyword, or institution. Retrieve matching results with total count and award details.

Instructions

Search NSF awards and funding. Returns {total, items}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoAward number (e.g., '2138259')
piNoPrincipal investigator name
limitNoMax results (default: 10)
queryNoSearch keywords in titles/abstracts
fieldsNoProject the response down to only these fields. Dotted path syntax: 'total', 'items[].title', 'items[].principalInvestigator', 'metadata.pagination.has_more', etc. Use to reduce payload size when you only need specific fields. Omit to receive the full response. Only applies to listing results, not single-award lookups.
institutionNoInstitution name
primary_onlyNoWhen searching by institution, only return awards where the institution is the PRIMARY recipient (excludes collaborative/co-PI awards from other institutions). Default: false

Schema Changelog

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

  1. First observedv0.3.1

TDQS

B3.3/5.0
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 behavioral burden. It only discloses the top-level return shape and does not address pagination, rate limits, authentication requirements, or read-only behavior.

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 a single, front-loaded sentence with no filler. It communicates the resource and the top-level output shape in under ten words.

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?

The schema fully documents all seven optional parameters, making the tool callable in principle. However, the absence of an output schema and the sparse description leave gaps around item structure, pagination, and how multiple filters interact.

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%, and all parameters have detailed help text in the schema, so the baseline of 3 applies. The tool description itself adds no parameter-level meaning beyond the generic 'search' context.

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 identifies a specific verb ('Search') and target resource ('NSF awards and funding') and states the top-level return shape. There are no sibling tools to differentiate from, so the lack of explicit comparison is not penalized.

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 the tool is used for searching NSF award data, but it does not state when to use it versus alternatives or mention any exclusions. With no sibling tools or additional context, the usage guidance is only implicit.

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/MCP-Hive/nsf-awards-mcp'

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