BackCrew GorillaDesk MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GORILLADESK_API_KEY | Yes | Your GorillaDesk API key for authentication |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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