Skip to main content
Glama

PAYNE Commercial Truth & Machine Revenue Exchange

verify_deadline_eligibility

Extract and gate submission deadline, timezone, eligibility, geography, credential requirements, and disqualifiers for jobs, RFPs, grants, competitions, and other opportunities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

With empty annotations, the description must carry the burden of behavioral disclosure. 'Gate' implies some form of allow/deny but is unclear; no mention of whether it's read-only, what happens with invalid URLs, or the nature of the output. This is minimal beyond the stated extraction/gating.

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

Conciseness4/5

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

The description is a single, compact sentence with the primary action ('extract and gate') front-loaded, followed by a list of relevant attributes. It avoids redundancy, though the structure is flat with no distinction between high-level and low-level details.

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?

For a single-parameter tool, the description omits essential context: expected output format, how the gating result is returned, whether it mutates state, or how the URL should be sourced. The complexity of the task (checking multiple criteria) is only implicitly hinted, leaving an agent without enough information to reliably invoke it.

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

Parameters1/5

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

Schema coverage is 0%—the description does not explain what the 'url' parameter represents beyond being a URI. It fails to clarify that the URL points to the opportunity listing from which data is extracted. This is a critical gap for an agent to invoke the tool correctly.

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

Purpose4/5

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

The description clearly identifies the tool's core function: extracting and gating submission deadlines, eligibility factors, and disqualifiers for various opportunity types. It distinguishes itself from siblings like federal_opportunity_search (which searches) by focusing on verification, though it doesn't explicitly name an alternative.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus similar ones, nor any exclusions or prerequisites. An agent cannot tell if this should be called before or after searching for an opportunity, or what conditions warrant use.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources