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
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Award number (e.g., '2138259') | |
| pi | No | Principal investigator name | |
| limit | No | Max results (default: 10) | |
| query | No | Search keywords in titles/abstracts | |
| fields | No | Project 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. | |
| institution | No | Institution name | |
| primary_only | No | When searching by institution, only return awards where the institution is the PRIMARY recipient (excludes collaborative/co-PI awards from other institutions). Default: false |