get_dq_summary
Get the driver qualification file summary: totals for tracked items, missing from file, out of date, due in 14 days, and awaiting filing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Get the driver qualification file summary: totals for tracked items, missing from file, out of date, due in 14 days, and awaiting filing.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Input schema / $schemaPrevious value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of revealing behavior. It only shows what the summary contains, not whether the operation is read-only, has side effects, or requires special permissions. The verb 'Get' implies a read, but that's not explicit.
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?
A single, front-loaded sentence efficiently captures the tool's purpose and output categories. There is no filler and every clause adds content.
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 simple tool with no parameters and no output schema, the description is fairly complete: it enumerates the returned summary categories. However, it lacks details like data ordering, pagination, or any edge cases—though none are likely for a count summary.
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?
There are zero parameters, so the baseline is 4. The description does not need to provide parameter semantics and does not add anything beyond what the schema already states.
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 clearly states a specific verb and resource: 'Get the driver qualification file summary' and enumerates the included totals. It does not explicitly distinguish itself from siblings like get_items_due or export_dq_report, but the focus on summary totals is reasonably distinguishable.
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?
No guidance is given about when to choose this tool over alternatives such as get_items_due or export_dq_report. There are no exclusions, prerequisites, or conditional usage directions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.