Skip to main content
Glama
jayson-svg

BackCrew GorillaDesk MCP Server

by jayson-svg

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GORILLADESK_API_KEYYesYour GorillaDesk API key for authentication

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_companyA

Get the connected company's business info: name, contact details, address, timezone, and office hours. Maps to GET /company.

list_usersB

List the company's users (admins and technicians). Maps to GET /users.

get_userA

Get a single user's profile: name, role, license, contact info. Maps to GET /users/{userId}.

list_customersA

List customers with optional filtering, sorting and pagination. Maps to GET /customers.

get_customer

Get a single customer by ID, optionally including their locations and contacts. Maps to GET /customers/{customerId}.

create_customerC

Create a new customer with a service location. Maps to POST /customers.

update_customerC

Update an existing customer's core details. Maps to PUT /customers/{customerId}.

add_customer_noteB

Add a note to a customer's timeline, optionally notifying specific users. Maps to POST /customers/{customerId}/notes.

list_phone_typesB

List the phone type labels (e.g. Mobile, Home, Work) available for customer phone numbers. Maps to GET /phone-types.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/jayson-svg/backcrew-mcp-gorilladesk'

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