Field Ascend

Field Ascend is a multi-tenant field service management platform used by engineers and operations teams to manage jobs, equipment, customers, and compliance.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Get Context: Load tenant-specific domain knowledge including available job statuses, equipment types, job categories, timezone, and a glossary of field service terms. Always call this first to underst
  • Search Jobs: Search and filter jobs (work orders) across the tenant. Supports filtering by customer_id, site_id, engineer_id, status name, category, and date ranges (date_from/date_to for scheduled da
  • Get Job Details: Retrieve complete details for a specific job by its job_number (e.g. "J00412"). Returns work done notes, section notes (arrival, departure, etc.), materials used with quantities and c

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Field Ascend is a multi-tenant field service management platform used by engineers and operations teams to manage jobs, equipment, customers, and compliance.

What you can do:

  • Search and inspect jobs/work orders with full detail (work done, materials, labour times)
  • Look up equipment and assets with maintenance history across sites
  • Find customers, service locations, and their associated job history
  • Search compliance certificates (LOLER, PPM, safety inspections)
  • Query Planned Preventative Maintenance contracts
  • List field engineers assigned to jobs

12 read-only tools — all data is accessed via a secure read-only database replica. Authentication via OAuth 2.1 with PKCE. No data is written or modified.

Список инструментов сервера (12)

Технические названия из tools/list. Нужны только разработчикам.

get_contextLoad tenant-specific domain knowledge including available job statuses, equipment types, job categories, timezone, and a glossary of field service terms. Always call this first to understand the tenant's configuration before using other tools.
search_jobsSearch and filter jobs (work orders) across the tenant. Supports filtering by customer_id, site_id, engineer_id, status name, category, and date ranges (date_from/date_to for scheduled dates, completed_from/completed_to for completion dates). Use the q parameter for free-text search across job number, title, and description. Returns paginated results with job number, title, status, dates, and assigned engineer.
get_job_detailsRetrieve complete details for a specific job by its job_number (e.g. "J00412"). Returns work done notes, section notes (arrival, departure, etc.), materials used with quantities and costs, labour times broken down by outward travel, onsite, and return travel, plus linked equipment and certificates.
search_equipmentSearch equipment and assets across all sites. Filter by site_id, customer_id, or type_id (equipment type). Use the q parameter for free-text search across description, equipment reference, serial number, make, and model. Returns paginated results with equipment details and associated site/customer information.
get_equipment_detailsRetrieve full details for a specific piece of equipment by its equipment_id. Returns description, reference, make, model, serial number, location, equipment type, and the 10 most recent jobs performed on this equipment for maintenance history tracking.
search_customersSearch customers by name, email, or phone number. Filter by status ("active" or "inactive"). Use the q parameter for free-text search. Returns paginated results with customer name, email, phone, and account status.
get_customer_detailsRetrieve full details for a specific customer by customer_id. Returns contact information, all associated sites with addresses, and the 10 most recent jobs for this customer. Useful for understanding a customer's service history and site portfolio.
search_sitesSearch sites (service locations) by name, address, or postcode. Filter by customer_id to see all sites for a specific customer. Use the q parameter for free-text search across site name, address, postcode, and customer name. Returns paginated results with site address and associated customer.
get_site_detailsRetrieve full details for a specific site by site_id. Returns the complete address, associated customer, all equipment installed at the site, and the 10 most recent jobs performed at this location. Useful for site audits and equipment inventory checks.
list_engineersList field engineers by name. Only returns engineer ID and name for privacy — no personal contact details are exposed. Use the q parameter to search by name. Useful for finding engineer IDs to filter jobs by assigned engineer.
search_certificatesSearch compliance and inspection certificates (e.g. LOLER, PPM, safety certificates). Filter by job_number, equipment_id, or date range (date_from/date_to). Use the q parameter to search by certificate number or template name. Returns paginated results with certificate number, template type, associated job, and issue date.
search_ppm_contractsSearch Planned Preventative Maintenance (PPM) contracts. Filter by customer_id or paused status ("true"/"false"). Use the q parameter for free-text search across contract name and customer. Returns paginated results with contract details, frequency, associated customer, and active/paused status.