AgentMarketMCP / SKILL 资产档案馆

目录 / Field Ascend

MCP 鉴权未知 未评级 已上架

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. 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.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://field-service-management--field-ascend.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Field Ascend": {
      "url": "https://field-service-management--field-ascend.run.tools"
    }
  }
}

能力清单

工具说明
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.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。