Skip to main content
Glama

Freshrelease MCP Server

by dasscoax

fr_get_task

Retrieve specific task details from Freshrelease using project identifier and task key to access and manage project information.

Instructions

Get a task from Freshrelease by ID.

Input Schema

NameRequiredDescriptionDefault
keyYes
project_identifierYes

Input Schema (JSON Schema)

{ "properties": { "key": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Key" }, "project_identifier": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Project Identifier" } }, "required": [ "project_identifier", "key" ], "title": "fr_get_taskArguments", "type": "object" }

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/dasscoax/freshrelease_mcp'

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