Skip to main content
Glama

jgrants-mcp

MIT License
67

download_attachment

Retrieve the download URL for subsidy attachment documents by providing the subsidy ID, category, and index. Integrates with the jgrants-mcp server for efficient access to essential grant-related files.

Instructions

Get the download URL for a subsidy's attachment document.

Input Schema

NameRequiredDescriptionDefault
categoryYesAttachment category
indexYesAttachment index (starts from 0)
subsidy_idYesSubsidy ID

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Attachment category", "enum": [ "application_guidelines", "outline_of_grant", "application_form" ], "type": "string" }, "index": { "description": "Attachment index (starts from 0)", "minimum": 0, "type": "integer" }, "subsidy_id": { "description": "Subsidy ID", "type": "string" } }, "required": [ "subsidy_id", "category", "index" ], "type": "object" }
Install Server

Other Tools from jgrants-mcp

Related Tools

    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/tachibanayu24/jgrants-mcp'

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