Skip to main content
Glama

Get Award

get_award
Read-onlyIdempotent

Fetch a single NSF award by ID. Returns full abstract, project outcomes report (if completed), and detailed PI/awardee info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
award_idYesNSF award ID (numeric string)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
piYesPrincipal Investigator name
co_piYesCo-PI names
titleYesAward title
agencyYesFunding agency
awardeeYesAwardee institution name
nsf_urlYesURL to NSF award search page
programYesNSF program name
abstractYesAward abstract
award_idYesNSF award ID
pi_emailYesPI email address
award_dateYesAward date
start_dateYesAward start date
cfda_numberYesCFDA program number
awardee_cityYesAwardee city
publicationsYesResearch and conference publications
awardee_stateYesAwardee US state code
awardee_addressYesAwardee full address
awardee_countryYesAwardee country code
estimated_totalYesEstimated total award amount
expiration_dateYesAward expiration date
funds_obligatedYesFunds obligated amount
outcomes_reportYesProject outcomes report
performance_zipYesPerformance ZIP code
performance_cityYesPerformance city
transaction_typeYesTransaction type
performance_stateYesPerformance state code
performance_locationYesPerformance location

Schema Changelog

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

  1. Changed2 schema fields changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "award_id": "2147483647"
      +  }
      +]
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "abstract": {
      +      "description": "Award abstract",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "agency": {
      +      "description": "Funding agency",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "award_date": {
      +      "description": "Award date",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "award_id": {
      +      "description": "NSF award ID",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "awardee": {
      +      "description": "Awardee institution name",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "awardee_address": {
      +      "description": "Awardee full address",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "awardee_city": {
      +      "description": "Awardee city",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "awardee_country": {
      +      "description": "Awardee country code",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "awardee_state": {
      +      "description": "Awardee US state code",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "cfda_number": {
      +      "description": "CFDA program number",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "co_pi": {
      +      "description": "Co-PI names",
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "estimated_total": {
      +      "description": "Estimated total award amount",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "expiration_date": {
      +      "description": "Award expiration date",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "funds_obligated": {
      +      "description": "Funds obligated amount",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "nsf_url": {
      +      "description": "URL to NSF award search page",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "outcomes_report": {
      +      "description": "Project outcomes report",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "performance_city": {
      +      "description": "Performance city",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "performance_location": {
      +      "description": "Performance location",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "performance_state": {
      +      "description": "Performance state code",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "performance_zip": {
      +      "description": "Performance ZIP code",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "pi": {
      +      "description": "Principal Investigator name",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "pi_email": {
      +      "description": "PI email address",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "program": {
      +      "description": "NSF program name",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "publications": {
      +      "description": "Research and conference publications",
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "start_date": {
      +      "description": "Award start date",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "title": {
      +      "description": "Award title",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "transaction_type": {
      +      "description": "Transaction type",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    }
      +  },
      +  "required": [
      +    "award_id",
      +    "title",
      +    "pi",
      +    "awardee",
      +    "awardee_city",
      +    "awardee_state",
      +    "awardee_country",
      +    "funds_obligated",
      +    "estimated_total",
      +    "start_date",
      +    "expiration_date",
      +    "award_date",
      +    "agency",
      +    "program",
      +    "cfda_number",
      +    "transaction_type",
      +    "nsf_url",
      +    "pi_email",
      +    "co_pi",
      +    "performance_location",
      +    "performance_city",
      +    "performance_state",
      +    "performance_zip",
      +    "awardee_address",
      +    "abstract",
      +    "outcomes_report",
      +    "publications"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already provide readOnlyHint, idempotentHint, etc. Description adds value by detailing the returned content (abstract, outcomes report, PI info), going beyond annotations.

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?

Single sentence with no wasted words, clearly and efficiently conveys the tool's function.

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

Completeness5/5

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

Given the presence of an output schema and clear single-parameter input, the description sufficiently covers what the tool does and returns.

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 coverage is 100% with clear description for award_id. Description adds 'by ID' but no additional meaning beyond schema, so baseline 3 is appropriate.

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?

Description clearly states it fetches a single NSF award by ID, with specific resources (abstract, outcomes, PI info), distinguishing it from sibling search_awards which likely handles multiple awards.

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 for fetching a single award, but does not explicitly state when not to use it or suggest alternatives like search_awards for multiple awards.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.