Skip to main content
Glama

Freshrelease MCP Server

by dasscoax

fr_get_project

Retrieve project details from Freshrelease using project ID or key to access specific project information and manage project operations.

Instructions

Get a project from Freshrelease by ID or key.

- project_identifier: numeric ID (e.g., 123) or key (e.g., "ENG")

Input Schema

NameRequiredDescriptionDefault
project_identifierYes

Input Schema (JSON Schema)

{ "properties": { "project_identifier": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Project Identifier" } }, "required": [ "project_identifier" ], "title": "fr_get_projectArguments", "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