Skip to main content
Glama
aarondotdev

tracking-requests-mcp

by aarondotdev

contacts_needing_fixes

Identify shipping contacts with missing phone, postal code, or address lines exceeding 35 characters—issues that break FedEx label and invoice creation. Flags are recomputed live for immediate review.

Instructions

List shipping contacts that currently warrant a system status flag (No Phone, No Postal Code, Address Line 1 > 35, Address Line 2 > 35) — i.e. contacts whose details will break FedEx label/invoice creation. Read-only counterpart of the backfill-contact-status script; flags are recomputed live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envNoTarget database environment (wired now: dev). Defaults to dev (safe).dev
limitNo
countryNoFilter by country_code (e.g. 'US').
Behavior4/5

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

The description explicitly states it is 'Read-only' and 'flags are recomputed live', providing key behavioral traits. With no annotations provided, this is valuable. It does not cover rate limits or pagination, but the mutation safety is well conveyed.

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?

The description is three sentences with no fluff. It front-loads the core purpose and includes essential context (read-only, live recompute, defaults). Every sentence earns its place.

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?

Given no output schema, the description does not explain the return format (e.g., fields, count, pagination). It also lacks details on ordering or behavior with zero results. While the purpose is clear, the lack of output structure hinders full comprehension.

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

Parameters2/5

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

Schema description coverage is 67% (env and country have descriptions, limit does not). The tool's description adds no parameter information beyond the schema. The undocumented 'limit' parameter leaves a gap for the agent, as its purpose and constraints are not explained.

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 clearly states the verb 'List' and the resource 'shipping contacts that currently warrant a system status flag', specifying exact conditions. It distinguishes this tool as a read-only counterpart of a backfill script, which differentiates it from sibling tools like db_query or coverage_report.

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

Usage Guidelines4/5

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

The description implies usage for checking contacts that will break FedEx label creation, and notes it is read-only and live-recomputed. However, it does not explicitly state when to use vs. alternatives or provide exclusion criteria, but the context is clear enough for an agent.

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/aarondotdev/fedex-label-mcp'

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