Skip to main content
Glama

Freshrelease MCP Server

by dasscoax

fr_create_project

Create projects in Freshrelease project management platform by specifying a name and optional description to organize and track work items.

Instructions

Create a project in Freshrelease.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "name": { "title": "Name", "type": "string" } }, "required": [ "name" ], "title": "fr_create_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