STEADYWRK Field Service Dispatch
Server Details
Field service dispatch: instant quotes, tracked work orders, public evals. steadywrk.app
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
6 toolsagentic.readiness_probeInspect storefront readinessAInspect
Free multi-surface storefront readiness snapshot (UCP/ACP discovery, product schema, robots, answer-engine maps). Not an attested Store Guard grade. Response includes a Store Guard $149 CTA. No API key required.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public storefront URL or domain |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Adds useful behavioral context beyond annotations: free, no API key required, not attested, and a $149 CTA in the response. However, annotations mark readOnlyHint=false and idempotentHint=false, while the description frames the tool as an 'inspect'/'snapshot', so expected side effects are left ambiguous; the description does not clarify whether probing the target has write or non-idempotent consequences.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, no filler. The core purpose is front-loaded and every sentence earns its place: scope of scan, limitation vs Store Guard, CTA, and authentication requirement.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with an output schema, the description covers cost, auth, non-attestation, and the commercial CTA. It does not address potential rate limits or side effects of probing an external URL, so it is not quite complete, but nothing essential to invoking it is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% — the 'url' property already says 'Public storefront URL or domain' and maxLength 255. The description reinforces that the target must be public ('multi-sureface storefront readiness') but does not add format or syntax guidance, so it stays at the baseline for fully documented parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific action ('readiness snapshot') and concrete outputs ('UCP/ACP discovery, product schema, robots, answer-engine maps'), and explicitly disclaims being an 'attested Store Guard grade'. This is immediately distinguishable from the dispatch.* siblings and from the paid Store Guard product.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Gives clear selection context: free, no API key required, multi-surface storefront readiness check. The exclusion ('Not an attested Store Guard grade') tells the agent this is not the paid/attested alternative, and the CTA is disclosed upfront. It does not explicitly name an alternative tool, but none of the dispatch.* siblings compete for this job.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
dispatch.estimateEstimate dispatch costARead-onlyIdempotentInspect
Public modeled field-service price estimate using cited BLS wage data and disclosed model assumptions. Returns wage_basis and billed_estimate so callers can inspect the calculation and geographic basis. The response identifies estimates based on a national baseline and distinguishes model assumptions from observed prices. Use dispatch.quote with an accepted credential to request a quote. No API key required.
| Name | Required | Description | Default |
|---|---|---|---|
| trade | Yes | Trade code (plumbing, electrical, HVAC, etc.) | |
| urgency | No | routine | |
| location | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish readOnly, idempotent, and non-destructive behavior, so the description adds value by disclosing that this is a modeled estimate using cited BLS wage data, that responses distinguish model assumptions from observed prices, and that a national baseline is used. This goes beyond annotation hints without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose and data source, then explains the return fields, then the model vs. observed distinction, and finally the quote alternative. Every sentence carries distinct information with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With an output schema present and annotations covering safety, the description supplies the missing context: public access, no API key, cited data source, returns for inspection, and the route to get a real quote. It is slightly light on how parameters like urgency affect the estimate, but the schema and output schema cover much of the remaining needed detail.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 33%, so the description should compensate for undocumented parameters, but it does not. It mentions 'geographic basis' and a 'national baseline,' which loosely relates to location, but it provides no meaningful guidance on trade, urgency, or location semantics beyond the schema's terseness.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource: 'field-service price estimate' with a clear modeled/observed distinction. It also differentiates from the sibling tool by explicitly saying quote requests belong to dispatch.quote, so an agent can immediately tell this tool apart.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly points to dispatch.quote with an accepted credential for requesting a quote, which clarifies the main alternative. It also states that no API key is required, giving a clear access condition. It does not enumerate all sibling tools, but the key decision boundary is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
dispatch.evalsRead dispatch evaluationsARead-onlyIdempotentInspect
Return the public evaluation document for a selected rolling window. Consult its per-field provenance and methodology to distinguish self-reported estimates, measurements, and unavailable fields. It is not an independent audit or a service-level guarantee. No API key required.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | rolling_30d |
Output Schema
| Name | Required | Description |
|---|---|---|
| period | Yes | |
| estimated | Yes | False only when goal-fulfillment rates are backed by fresh, sufficient production telemetry. |
| provenance | Yes | Per-field record of whether each published figure is measured or estimated. |
| methodology | Yes | Metric definitions, named-period window, source-class vocabulary. Never a sample size. |
| operational | Yes | |
| trust_signals | Yes | |
| schema_version | Yes | |
| goal_fulfillment | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive hints. The description adds valuable context beyond that: the document is public, requires no API key, contains per-field provenance and methodology, and is not an audit or guarantee. This meaningfully shapes an agent's expectations about access and interpretation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences with no filler. It front-loads the primary purpose, then adds the key caveats and access requirement. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter read tool with rich annotations and an output schema, the description covers purpose, caveats, access requirements, and how to interpret the returned data. Nothing necessary for an agent to call this tool correctly is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one parameter, 'period', with an enum and default, so the allowed values are already explicit. The description adds the semantic framing of 'rolling window' but does not mention the parameter name or default. Given the schema carries most parameter meaning, the description provides partial but not complete compensation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Return') with a specific resource ('public evaluation document') and scoping ('selected rolling window'). It clearly differentiates from sibling tools like dispatch.estimate and dispatch.index by emphasizing that this is an evaluation document with provenance, not an estimate or operational record.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear usage context: consult the evaluation document to distinguish self-reported estimates, measurements, and unavailable fields. It also provides an explicit when-not-to-use signal by stating it is not an independent audit or service-level guarantee. It stops short of naming specific sibling alternatives for other use cases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
dispatch.indexRead the dispatch trade catalogARead-onlyIdempotentInspect
Return the catalog of 8 dispatch trade verticals. Per trade: the BLS OES hourly WAGE (medianRateDollars/p25/p75 — what a technician earns, NOT a price) alongside billedHourlyRateRoutineDollars, what a buyer pays hourly at routine urgency, derived by the same wage→billed transform dispatch.estimate uses. See the wage_vs_billed block. No API key required.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| note | Yes | |
| trades | Yes | |
| updated_at | Yes | |
| source_period | Yes | |
| wage_vs_billed | Yes | |
| model_assumptions | Yes | |
| rate_model_version | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds meaningful context: it clarifies that wages are technician earnings (not prices), explains the billing derivation from the same transform dispatch.estimate uses, and notes that no API key is required. This goes beyond the annotations without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact yet dense with information. Every sentence serves a purpose: it states the resource, enumerates the fields, clarifies semantics (wage vs. price), and connects to the sibling tool. It is well front-loaded with the core purpose and then adds the clarifying details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter read-only catalog tool with an output schema, the description is nearly complete. It provides the key context an agent needs: what the data represents, how the billed rate is derived, and that no auth is required. The only minor gap is not mentioning pagination or size limits, but for 8 verticals this is likely a non-issue, and the output schema covers return structure.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters and 100% schema description coverage, so the schema already tells the agent there are no inputs. The description reinforces this by stating the exact fixed content (8 verticals with specific fields) and the wage vs. billed distinction, which is useful for understanding the output without needing parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Return') and clearly identifies the resource: the catalog of 8 dispatch trade verticals. It distinguishes itself from siblings by emphasizing the catalog and wage-vs-billed distinction, which is not something dispatch.estimate or dispatch.process would provide.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It states when to use this tool (to read the catalog) and clarifies that it is not a price lookup, which prevents misuse. It doesn't explicitly name alternatives like dispatch.estimate or dispatch.process, but the context strongly implies the catalog is the reference for estimates, so the usage context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
dispatch.orderCreate a dispatch work orderADestructiveInspect
Create a field-service order and return its status URL. HTTP 201 returns a created order; HTTP 202 returns an order accepted_pending_fulfilment with fulfilled=false. Order creation requires a provisioned integration key through x-api-key. MCP also accepts that key through Authorization: Bearer; direct REST order creation requires x-api-key. A self-serve OAuth token authenticates but is not entitled to create orders: HTTP 402 payment_required (JSON-RPC -32002 over MCP). Anonymous callers receive HTTP 401 with WWW-Authenticate. Provisioning contact: hello@steadywrk.app.
| Name | Required | Description | Default |
|---|---|---|---|
| trade | Yes | ||
| urgency | No | routine | |
| location | Yes | ||
| nte_cents | No | ||
| description | Yes | ||
| callback_url | No | ||
| reference_id | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnlyHint=false, destructiveHint=true), the description adds substantial behavioral detail: exact HTTP success codes and their meanings, the accepted_pending_fulfilment state, authentication mechanisms, OAuth entitlement limitations with HTTP 402, and anonymous caller behavior with HTTP 401. This is rich, non-obvious context that helps an agent anticipate side effects and errors.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense but well-structured, with the core purpose front-loaded and each subsequent sentence covering a distinct and important aspect: response codes, authentication options, entitlement restrictions, failure modes, and support contact. There is no filler or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a creation tool with complex authentication, entitlement, and response semantics, the description covers all critical aspects an agent needs to invoke it correctly: expected status codes, required auth context, OAuth limitations, failure responses, and a support contact. Since an output schema exists, detailed return-value documentation is not necessary here.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for parameter meaning. It does not explain any of the seven parameters, such as nte_cents, callback_url, reference_id, or the nested location object. While the parameter names are somewhat self-explanatory and the schema provides types/defaults/enums, the description adds no semantic value beyond what the schema already shows.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Create a field-service order and return its status URL.' This clearly identifies the tool's action and differentiates it from sibling tools like dispatch.estimate and dispatch.quote, which are concerned with estimation and quoting rather than order creation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear operational guidance: HTTP 201 vs 202 outcomes, the need for a provisioned integration key via x-api-key, and the alternative Authorization: Bearer mechanism for MCP. It also explains that OAuth tokens are authenticated but not entitled to create orders. It does not explicitly name sibling alternatives for when not to use this tool, but the context of when to use it is strong.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
dispatch.quoteGet a dispatch quoteBInspect
Request a field-service quote by trade, location, and urgency. Returns availability and quote details when available. Accepts a provisioned integration key through x-api-key or a scoped self-serve OAuth token through Authorization: Bearer. MCP also accepts the provisioned key through Authorization: Bearer. Obtain a self-serve token through POST /api/mcp/oauth/register, then POST /api/mcp/oauth/token with grant_type=client_credentials. Anonymous callers receive HTTP 401 with WWW-Authenticate. Public modeled pricing is available through dispatch.estimate.
| Name | Required | Description | Default |
|---|---|---|---|
| trade | Yes | Trade code (plumbing, electrical, HVAC, etc.) | |
| urgency | No | routine | |
| location | Yes | ||
| nte_cents | No | ||
| description | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate the tool is not read-only and not idempotent. The description adds useful behavioral context about authentication methods, the 401 response for anonymous callers, and token acquisition endpoints. It does not disclose other side effects, such as whether requesting a quote creates records, expires, or commits to anything.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with purpose and keeps the core request semantics in the first sentence. The authentication section is somewhat redundant and verbose, especially the 'MCP also accepts the provisioned key through Authorization: Bearer' sentence, which repeats information already implied by the prior sentence.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers authentication thoroughly, including token endpoints and anonymous 401 behavior, and it points to a sibling for modeled pricing. However, it does not explain the role of nte_cents and description, nor does it clarify what happens when availability and quote details are not available. An output schema may cover return shape, but invocation-level completeness is only adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 20%, so the description carries a heavier burden for explaining parameters. It mentions trade, location, and urgency, but it does not explain the meaning of nte_cents, description, or the nested location object's constraints beyond what the schema already shows. The cryptic nte_cents parameter is left undocumented, which is a meaningful usability gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'Request a field-service quote by trade, location, and urgency.' It also distinguishes itself from dispatch.estimate by noting 'Public modeled pricing is available through dispatch.estimate,' which helps separate the two sibling tools. However, the exact boundary between a quote and an estimate remains somewhat implicit rather than explicitly defined.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context that authorization is required and mentions dispatch.estimate as an alternative for 'public modeled pricing.' It does not, however, explicitly state when to prefer dispatch.quote over dispatch.estimate or dispatch.order, nor does it explain the workflow between quote, estimate, and order.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
6 tool updates
- Changed
agentic.readiness_probe1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "description": "Either a successful probe (ok=true, report + demo) or a business error (e.g. missing url) — never a fabricated report.", + "oneOf": [ + { + "properties": { + "demo": { + "properties": { + "hashSnippet": { + "type": "string" + }, + "id": { + "type": "string" + }, + "permalink": { + "type": "string" + }, + "persisted": { + "type": "boolean" + }, + "verifyPath": { + "type": "string" + } + }, + "required": [ + "id", + "permalink", + "verifyPath", + "hashSnippet", + "persisted" + ], + "type": "object" + }, + "ok": { + "const": true, + "type": "boolean" + }, + "report": { + "properties": { + "checks": { + "items": { + "properties": { + "detail": { + "type": "string" + }, + "id": { + "type": "string" + }, + "label": { + "type": "string" + }, + "status": { + "enum": [ + "pass", + "warn", + "fail", + "skip" + ], + "type": "string" + } + }, + "required": [ + "id", + "label", + "status", + "detail" + ], + "type": "object" + }, + "type": "array" + }, + "grade": { + "enum": [ + "A", + "B", + "C", + "D", + "F" + ], + "type": "string" + }, + "host": { + "type": "string" + }, + "next": { + "properties": { + "flagship": { + "type": "string" + }, + "sample": { + "type": "string" + }, + "storeGuardBuy": { + "type": "string" + } + }, + "type": "object" + }, + "origin": { + "type": "string" + }, + "probedAt": { + "type": "string" + }, + "score": { + "type": "number" + }, + "summary": { + "type": "string" + } + }, + "required": [ + "host", + "origin", + "score", + "grade", + "summary", + "checks", + "probedAt", + "next" + ], + "type": "object" + } + }, + "required": [ + "ok", + "report", + "demo" + ], + "type": "object" + }, + { + "additionalProperties": true, + "description": "Business error — e.g. missing/invalid url argument, rate limit.", + "properties": { + "error": { + "type": "string" + } + }, + "required": [ + "error" + ], + "type": "object" + } + ], + "type": "object" +}
- Changed
dispatch.estimate1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "description": "A full wage-to-billed-rate estimate, or an unknown/missing trade error — never a fabricated number.", + "oneOf": [ + { + "properties": { + "basis": { + "const": "wage_to_billed_rate_transform", + "type": "string" + }, + "billed_estimate": { + "additionalProperties": true, + "description": "What a buyer pays — every component of the arithmetic, re-derivable via formula.", + "properties": { + "billed_hourly_rate_cents": { + "type": "integer" + }, + "billed_hourly_rate_routine_cents": { + "type": "integer" + }, + "currency": { + "const": "USD", + "type": "string" + }, + "formula": { + "type": "string" + }, + "labor_burden_multiplier": { + "type": "number" + }, + "minimum_billable_hours": { + "type": "number" + }, + "total_cents": { + "type": "integer" + }, + "total_usd": { + "type": "number" + }, + "trip_fee_cents": { + "type": "integer" + }, + "urgency_multiplier": { + "type": "number" + } + }, + "type": "object" + }, + "disclosure": { + "items": { + "type": "string" + }, + "type": "array" + }, + "estimated": { + "const": true, + "type": "boolean" + }, + "estimated_cost_cents": { + "description": "Alias of billed_estimate.total_cents.", + "type": "integer" + }, + "location_resolution": { + "additionalProperties": true, + "properties": { + "location_sensitive": { + "type": "boolean" + }, + "reason": { + "type": "string" + }, + "resolved_metro": { + "type": [ + "string", + "null" + ] + }, + "resolved_metro_label": { + "type": [ + "string", + "null" + ] + }, + "scope": { + "enum": [ + "metro_cited", + "national_baseline", + "mena_coverage_beta" + ], + "type": "string" + } + }, + "type": "object" + }, + "rate_card": { + "properties": { + "median_dollars": { + "type": "number" + }, + "p25_dollars": { + "type": [ + "number", + "null" + ] + }, + "p75_dollars": { + "type": [ + "number", + "null" + ] + } + }, + "type": "object" + }, + "rate_model_version": { + "type": "string" + }, + "source": { + "const": "public_rate_card", + "type": "string" + }, + "trade": { + "type": "string" + }, + "urgency": { + "enum": [ + "emergency", + "urgent", + "routine", + "scheduled" + ], + "type": "string" + }, + "wage_basis": { + "additionalProperties": true, + "description": "The cited hourly WAGE input — NOT the price.", + "properties": { + "bls_occ_code": { + "type": "string" + }, + "kind": { + "const": "hourly_wage", + "type": "string" + }, + "median_cents": { + "type": "integer" + }, + "note": { + "type": "string" + }, + "p25_cents": { + "type": [ + "integer", + "null" + ] + }, + "p75_cents": { + "type": [ + "integer", + "null" + ] + }, + "scope_label": { + "type": "string" + }, + "source_url": { + "type": "string" + }, + "trade_label": { + "type": "string" + } + }, + "type": "object" + } + }, + "required": [ + "estimated", + "source", + "basis", + "rate_model_version", + "trade", + "urgency", + "location_resolution", + "wage_basis", + "billed_estimate", + "estimated_cost_cents", + "rate_card", + "disclosure" + ], + "type": "object" + }, + { + "description": "Trade was missing or not recognized. No number is fabricated.", + "properties": { + "error": { + "enum": [ + "unknown_trade", + "trade_required" + ], + "type": "string" + }, + "estimated": { + "const": false, + "type": "boolean" + }, + "known_trades": { + "items": { + "type": "string" + }, + "type": "array" + }, + "source": { + "const": "public_rate_card", + "type": "string" + }, + "trade": { + "type": [ + "string", + "null" + ] + }, + "valid_trades": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "estimated", + "source", + "error", + "trade", + "valid_trades", + "known_trades" + ], + "type": "object" + } + ], + "type": "object" +}
- Changed
dispatch.evals1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "properties": { + "estimated": { + "description": "False only when goal-fulfillment rates are backed by fresh, sufficient production telemetry.", + "type": "boolean" + }, + "goal_fulfillment": { + "additionalProperties": true, + "properties": { + "completion_rate": { + "type": "number" + }, + "human_override_rate": { + "type": "number" + }, + "nte_accuracy": { + "type": "number" + }, + "redispatch_rate": { + "type": "number" + }, + "sampled_at": { + "type": "string" + }, + "source": { + "enum": [ + "live_telemetry", + "canonical_estimate" + ], + "type": "string" + } + }, + "type": "object" + }, + "methodology": { + "additionalProperties": true, + "description": "Metric definitions, named-period window, source-class vocabulary. Never a sample size.", + "type": "object" + }, + "operational": { + "additionalProperties": true, + "properties": { + "active_providers": { + "type": "null" + }, + "active_states": { + "type": "string" + }, + "avg_dispatch_latency_ms": { + "type": [ + "number", + "null" + ] + }, + "jobs_dispatched_30d": { + "type": "null" + }, + "latency_source": { + "type": "string" + }, + "p95_dispatch_latency_ms": { + "type": [ + "number", + "null" + ] + }, + "pricing_latency_p50_ms": { + "type": [ + "number", + "null" + ] + }, + "pricing_latency_p95_ms": { + "type": [ + "number", + "null" + ] + }, + "pricing_latency_sampled_at": { + "type": "string" + }, + "pricing_latency_source": { + "enum": [ + "live_telemetry", + "unavailable" + ], + "type": "string" + }, + "quote_turnaround_hours": { + "type": "number" + }, + "quote_turnaround_is_sla": { + "type": "boolean" + } + }, + "type": "object" + }, + "period": { + "enum": [ + "rolling_7d", + "rolling_30d", + "rolling_90d" + ], + "type": "string" + }, + "provenance": { + "additionalProperties": true, + "description": "Per-field record of whether each published figure is measured or estimated.", + "type": "object" + }, + "schema_version": { + "type": "string" + }, + "trust_signals": { + "properties": { + "build_hash": { + "type": "string" + } + }, + "type": "object" + } + }, + "required": [ + "schema_version", + "period", + "estimated", + "goal_fulfillment", + "operational", + "trust_signals", + "provenance", + "methodology" + ], + "type": "object" +}
- Changed
dispatch.index1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "properties": { + "model_assumptions": { + "type": "string" + }, + "note": { + "type": "string" + }, + "rate_model_version": { + "type": "string" + }, + "source_period": { + "type": "string" + }, + "trades": { + "items": { + "additionalProperties": true, + "description": "kind is always \"hourly_wage\" — medianRateDollars/p25/p75 (and their *Wage* aliases) are what a technician earns, NOT a price. billedHourlyRateRoutine* is what a buyer pays.", + "properties": { + "billedHourlyRateRoutineCents": { + "type": "integer" + }, + "billedHourlyRateRoutineDollars": { + "type": "number" + }, + "kind": { + "const": "hourly_wage", + "type": "string" + }, + "medianWageDollars": { + "type": "number" + }, + "p25WageDollars": { + "type": "number" + }, + "p75WageDollars": { + "type": "number" + } + }, + "required": [ + "kind", + "medianWageDollars", + "p25WageDollars", + "p75WageDollars", + "billedHourlyRateRoutineCents", + "billedHourlyRateRoutineDollars" + ], + "type": "object" + }, + "type": "array" + }, + "updated_at": { + "type": "string" + }, + "wage_vs_billed": { + "additionalProperties": true, + "properties": { + "billed_fields": { + "items": { + "type": "string" + }, + "type": "array" + }, + "formula": { + "type": "string" + }, + "full_estimate_tool": { + "type": "string" + }, + "labor_burden_multiplier": { + "type": "number" + }, + "overhead_margin_markup": { + "type": "number" + }, + "wage_fields": { + "items": { + "type": "string" + }, + "type": "array" + }, + "warning": { + "type": "string" + } + }, + "type": "object" + } + }, + "required": [ + "trades", + "wage_vs_billed", + "note", + "model_assumptions", + "updated_at", + "source_period", + "rate_model_version" + ], + "type": "object" +}
- Changed
dispatch.order1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "description": "A recorded work order — fulfilled (contractor matched, HTTP 201) or accepted_pending_fulfilment (no contractor yet, HTTP 202) — or a business/entitlement error passthrough.", + "oneOf": [ + { + "properties": { + "accepted": { + "const": true, + "type": "boolean" + }, + "created": { + "const": true, + "type": "boolean" + }, + "fulfilled": { + "type": "boolean" + }, + "fulfilment": { + "description": "Present only when fulfilled=false.", + "properties": { + "assigned": { + "const": false, + "type": "boolean" + }, + "detail": { + "type": "string" + }, + "escalation_contact": { + "type": "string" + }, + "reason": { + "type": "string" + } + }, + "type": "object" + }, + "order": { + "additionalProperties": true, + "properties": { + "assigned_contractor_ref": { + "type": [ + "string", + "null" + ] + }, + "created_at": { + "type": "string" + }, + "estimated_response_minutes": { + "type": [ + "number", + "null" + ] + }, + "id": { + "type": "string" + }, + "location": { + "type": "object" + }, + "quoted_cost_cents": { + "type": [ + "integer", + "null" + ] + }, + "quoted_cost_usd": { + "type": [ + "string", + "null" + ] + }, + "status": { + "enum": [ + "pending_dispatch", + "accepted_pending_fulfilment" + ], + "type": "string" + }, + "trade": { + "type": "string" + }, + "urgency": { + "enum": [ + "emergency", + "urgent", + "routine", + "scheduled" + ], + "type": "string" + } + }, + "required": [ + "id", + "status", + "trade", + "location", + "urgency", + "created_at" + ], + "type": "object" + }, + "tracking": { + "properties": { + "auth": { + "type": "string" + }, + "status_url": { + "type": "string" + } + }, + "type": "object" + } + }, + "required": [ + "created", + "accepted", + "fulfilled", + "order", + "tracking" + ], + "type": "object" + }, + { + "additionalProperties": true, + "description": "Business/rate-limit/entitlement error passthrough.", + "properties": { + "error": { + "type": "string" + } + }, + "required": [ + "error" + ], + "type": "object" + } + ], + "type": "object" +}
- Changed
dispatch.quote1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "description": "A matched-contractor quote, a no-availability response, or a business/auth error passthrough from the downstream dispatch API.", + "oneOf": [ + { + "description": "A contractor was matched.", + "properties": { + "available": { + "const": true, + "type": "boolean" + }, + "next_steps": { + "properties": { + "contact": { + "type": "string" + }, + "dispatch": { + "type": "string" + }, + "docs": { + "type": "string" + } + }, + "type": "object" + }, + "quote": { + "properties": { + "alternates_count": { + "type": "integer" + }, + "best_match": { + "properties": { + "estimated_cost_cents": { + "type": "integer" + }, + "estimated_cost_usd": { + "type": "string" + }, + "estimated_response_minutes": { + "type": "number" + }, + "match_score": { + "type": "number" + } + }, + "type": "object" + }, + "estimated_eta": { + "type": "string" + }, + "generated_at": { + "type": "string" + }, + "location": { + "type": "object" + }, + "trade": { + "type": "string" + }, + "urgency": { + "enum": [ + "emergency", + "urgent", + "routine", + "scheduled" + ], + "type": "string" + }, + "valid_for_minutes": { + "type": "integer" + } + }, + "required": [ + "trade", + "location", + "urgency", + "estimated_eta", + "best_match", + "alternates_count", + "generated_at", + "valid_for_minutes" + ], + "type": "object" + } + }, + "required": [ + "available", + "quote", + "next_steps" + ], + "type": "object" + }, + { + "description": "No contractor is currently available for this trade/location.", + "properties": { + "available": { + "const": false, + "type": "boolean" + }, + "location": { + "type": "object" + }, + "message": { + "type": "string" + }, + "trade": { + "type": "string" + } + }, + "required": [ + "available", + "message", + "trade", + "location" + ], + "type": "object" + }, + { + "additionalProperties": true, + "description": "Business/rate-limit/auth error passthrough.", + "properties": { + "error": { + "type": "string" + } + }, + "required": [ + "error" + ], + "type": "object" + } + ], + "type": "object" +}
1 tool update
- Added
dispatch.estimate
1 tool update
- Added
agentic.readiness_probe
4 tool updates
- First observed
dispatch.evals - First observed
dispatch.index - First observed
dispatch.order - First observed
dispatch.quote
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
- JobkeeprOAuthcom.jobkeepr
Manage jobs, customers, scheduling, estimates and invoices for a field service business.
Search customers, manage quotes, work orders, action items, and calendar events for your business
Field workforce scheduling for AI agents. GPS punches, forms, timesheets. No dashboard.
Job orders for trades and field work: parts, labour, status, completion report, invoice payload.
1
Related MCP Servers
- AlicenseBqualityAmaintenanceAgentic AI scheduling infrastructure for field service teams. Match crews to jobs by location, skills, and availability — with sub-3-second cascade rescheduling.53493MIT

AutoRev MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceEnables AI clients to manage field service operations through natural language, including call handling, job dispatch, estimates, invoicing, and reporting via the AutoRev platform.15MIT
warp-agent-mcpofficial
AlicenseAqualityCmaintenanceQuote, book, and track real LTL, FTL, cargo van, and box-truck freight through the Warp network - 20 tools, in-chat login, Stripe-charged bookings, and real carrier dispatch. Quoting is keyless; booking needs a free Warp account with a card on file.205033MIT- AlicenseNot gradedqualityCmaintenanceEnables users to check whether an Australian field-service job can be worked at a location on a given day for a specific trade, using live weather forecasts, daylight hours, and public holiday data.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
dispatch.estimate, dispatch.quote, and dispatch.index all touch pricing, but their descriptions clearly distinguish public modeled estimates from credentialed quotes and reference catalog data. dispatch.order and dispatch.evals are distinct, while agentic.readiness_probe is unrelated but unambiguous.
Most tools follow a consistent dispatch.<noun/verb> pattern with lowercase single-word names like dispatch.quote and dispatch.order. The agentic.readiness_probe tool breaks the pattern with a different prefix and underscore suffix, and dispatch.evals uses an abbreviation, but the overall convention remains readable and mostly predictable.
Six tools is a reasonable, well-scoped count for a field-service dispatch server. However, agentic.readiness_probe appears to belong to a separate storefront-readiness product, which slightly dilutes the server's focus even though the count itself is not excessive.
The set covers public pricing estimates, quotes, reference data, methodology documentation, and order creation. It lacks order status, update, list, or cancel operations, and fulfillment is only represented by a returned status URL. That leaves a notable lifecycle gap for a server named Field Service Dispatch.