Skip to main content
Glama

Freshrelease MCP Server

by dasscoax

fr_search_users

Search for users within a Freshrelease project by name or email address to identify team members and assign tasks.

Instructions

Search users in a project by name or email.

Calls `/{project_identifier}/users?q=search_text` and returns the JSON response.

Input Schema

NameRequiredDescriptionDefault
project_identifierYes
search_textYes

Input Schema (JSON Schema)

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