Skip to main content
Glama
jayson-svg

BackCrew FieldRoutes MCP Server

by jayson-svg

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_customersA

Search for customers and return matching IDs (use get_customers to fetch full records). Maps to POST /customer/search. [tier: readonly-owner]

get_customersA

Get full customer records for up to 1000 customer IDs. Maps to POST /customer/get. [tier: readonly-owner]

search_appointmentsB

Search for appointments and return matching IDs. Maps to POST /appointment/search. [tier: readonly-owner]

get_appointmentsA

Get full appointment records for up to 1000 appointment IDs. Maps to POST /appointment/get. [tier: readonly-owner]

search_ticketsB

Search for tickets (invoices) and return matching IDs. Maps to POST /ticket/search. [tier: readonly-owner]

get_ticketsA

Get full ticket (invoice) records for up to 1000 ticket IDs. Maps to POST /ticket/get. [tier: readonly-owner]

get_ticket_addonsC

List the line-item addons on a ticket. Maps to POST /ticket/getAddOns. [tier: readonly-owner]

search_subscriptionsC

Search for subscriptions (recurring service plans) and return matching IDs. Maps to POST /subscription/search. [tier: readonly-owner]

get_subscriptionsA

Get full subscription records for up to 1000 subscription IDs. Maps to POST /subscription/get. [tier: readonly-owner]

get_subscription_initial_addonsA

List the initial-service addons configured on a subscription. Maps to POST /subscription/getInitialAddOns. [tier: readonly-owner]

search_employeesB

Search for employees (technicians, sales reps, office staff) and return matching IDs. Maps to POST /employee/search. [tier: readonly-owner]

get_employeesA

Get full employee records for up to 1000 employee IDs. Maps to POST /employee/get. [tier: readonly-owner]

resolve_employee_aliasA

Find the employee IDs associated with an employee ID or external link. Maps to POST /employee/dealias. [tier: readonly-owner]

search_notesB

Search for customer notes and return matching IDs. Maps to POST /note/search. [tier: readonly-owner]

get_notesA

Get full note records for up to 1000 note IDs. Maps to POST /note/get. [tier: readonly-owner]

search_routesB

Search for technician routes and return matching IDs. Maps to POST /route/search. [tier: readonly-owner]

get_routesA

Get full route records for up to 1000 route IDs. Maps to POST /route/get. [tier: readonly-owner]

search_paymentsA

Search for payments and return matching IDs. Maps to POST /payment/search. [tier: readonly-owner]

get_paymentsA

Get full payment records for up to 1000 payment IDs. Maps to POST /payment/get. [tier: readonly-owner]

search_regionsB

Search service regions and return matching IDs. Maps to POST /region/search. [tier: readonly-owner]

get_regionsA

Get full region records for up to 1000 region IDs. Maps to POST /region/get. [tier: readonly-owner]

search_officesB

Search company offices/branches and return matching IDs. Maps to POST /office/search. [tier: readonly-owner]

get_officesA

Get full office records for up to 1000 office IDs. Maps to POST /office/get. [tier: readonly-owner]

search_service_typesA

Search the configured service types (e.g. Quarterly Pest Control, Termite Inspection) and return matching IDs. Maps to POST /serviceType/search. [tier: readonly-owner]

get_service_typesA

Get full service type records for up to 1000 IDs. Maps to POST /serviceType/get. [tier: readonly-owner]

search_cancellation_reasonsB

Search the configured cancellation reasons and return matching IDs. Maps to POST /cancellationReason/search. [tier: readonly-owner]

get_cancellation_reasonsA

Get full cancellation reason records for up to 1000 IDs. Maps to POST /cancellationReason/get. [tier: readonly-owner]

search_chemicalsB

Search the chemical/product library and return matching IDs. Maps to POST /chemical/search. [tier: readonly-owner]

get_chemicalsA

Get full chemical/product records for up to 1000 IDs. Maps to POST /chemical/get. [tier: readonly-owner]

search_chemical_usesB

Search records of chemicals applied on appointments and return matching IDs. Maps to POST /chemicalUse/search. [tier: readonly-owner]

get_chemical_usesA

Get full chemical-use records for up to 1000 IDs. Maps to POST /chemicalUse/get. [tier: readonly-owner]

search_documentsA

Search documents attached to customers and return matching IDs. Maps to POST /document/search. [tier: readonly-owner]

get_documentsA

Get full document records for up to 1000 document IDs. Maps to POST /document/get. [tier: readonly-owner]

search_generic_flagsC

Search the configured flag labels and return matching IDs. Maps to POST /genericFlag/search. [tier: readonly-owner]

get_generic_flagsA

Get full flag-label records for up to 1000 IDs. Maps to POST /genericFlag/get. [tier: readonly-owner]

search_flag_assignmentsA

Search which flags are assigned to which records and return matching IDs. Maps to POST /genericFlagAssignment/search. [tier: readonly-owner]

get_flag_assignmentsA

Get full flag-assignment records for up to 1000 IDs. Maps to POST /genericFlagAssignment/get. [tier: readonly-owner]

search_tasksC

Search tasks/alerts and return matching IDs. Maps to POST /task/search. [tier: readonly-owner]

get_tasksA

Get full task/alert records for up to 1000 task IDs. Maps to POST /task/get. [tier: readonly-owner]

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-fieldroutes'

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