Skip to main content
Glama
markswendsen-code

@striderlabs/mcp-progressive

progressive_roadside_assistance

Request towing, flat tire, lockout, jump start, fuel delivery, or winch-out service through Progressive. Track dispatch and ETA for your roadside assistance request.

Instructions

Request roadside assistance through Progressive. Supports towing, flat tire, lockout, jump start, fuel delivery, and winch-out services. Tracks dispatch and ETA.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesRoadside assistance action to perform.
locationNoVehicle location (required for request_service).
request_idNoExisting roadside request ID (required for check_status and cancel_request).
service_typeNoType of service needed (required for request_service).
vehicle_infoNoVehicle details for the disabled vehicle (required for request_service).
contact_phoneNoPhone number for the service provider to call (required for request_service).
policy_numberYesProgressive policy number with roadside coverage.
tow_destinationNoDestination address for towing service (optional, defaults to nearest covered repair shop).
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description bears full burden. It describes supported services and tracking but does not disclose side effects (e.g., dispatching a truck) or request lifecycle details (e.g., cancellation consequences). It adds moderate context beyond an empty description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences with the core purpose first, followed by supported services and tracking capability. No fluff or redundancy; efficient and well-structured for quick parsing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having 8 parameters (including nested objects) and no output schema, the description does not explain the different actions (request_service, check_status, cancel_request), required parameters per action, or response format (e.g., request ID, ETA). It leaves significant gaps for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with adequate descriptions for all parameters. The description adds no new meaning beyond enumerating service types, which is already covered by the service_type enum. Baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states 'Request roadside assistance through Progressive' and lists six specific services (towing, flat tire, etc.). It clearly distinguishes from sibling tools that handle policy lookup, quotes, and claims.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for roadside assistance but provides no when-to-use or when-not-to-use guidance. It does not mention prerequisites like having roadside coverage or alternative tools for non-Progressive customers.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/markswendsen-code/mcp-progressive'

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