Skip to main content
Glama

New Mexico Literacy Project

nmlp_schedule_pickup

Submit a real free book pickup request to NMLP. Every submission triggers a real outreach to Josh, the single human operator. NEVER submit speculative or unconsented requests.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
donorNameYes
addressZipYes
addressCityYes
agentSourceYesRequired: identify the AI agent submitting on the user's behalf.
addressStateNoNM
specialNotesNo
addressStreetYes
callbackEmailNo
callbackPhoneNo
donorLanguageNoen
estimatedSizeYesFree text — 'two boxes', 'whole garage', etc.
preferredWindowNo

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses a critical behavioral trait: 'Every submission triggers a real outreach to Josh, the single human operator.' This informs the agent of the real-world impact. It also warns against speculative use. Additional details like confirmation or idempotency would improve, but current disclosure is strong.

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 two sentences, front-loaded with the primary purpose and followed by a crucial warning. Every word earns its place; there is no extraneous information.

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

Completeness3/5

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

Given 12 parameters and no output schema, the description could be more complete. It does not explain the return value, success behavior, or how to handle errors. For a mutation tool with human operator involvement, more context about expected outcomes would help the agent.

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 low (17%), and the description does not add meaning for the 10 undocumented parameters. It only repeats the basic intent. The description should explain key parameters like address components or callback fields to compensate, but it does not.

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 tool's purpose: 'Submit a real free book pickup request to NMLP.' The verb 'submit' and resource 'book pickup request' are specific. It distinguishes from sibling tools like nmlp_get_donation_options or nmlp_search_titles, which serve different functions.

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 provides a strong when-not-to-use guideline: 'NEVER submit speculative or unconsented requests.' This helps avoid misuse. It does not explicitly name alternative tools, but the warning is clear and valuable for decision-making.

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.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose, from specific identifier lookups (CD, vinyl, LCCN) to donation logistics and first-edition identification. The general resolver (nmlp_resolve) is complementary and well-differentiated.

Naming Consistency5/5

All tools follow a consistent pattern: 'nmlp_' prefix with descriptive snake_case names (e.g., nmlp_check_coverage, nmlp_identify_first_edition). There is no mixing of conventions.

Tool Count4/5

At 16 tools, the count is slightly above the ideal 3-15 range, but each tool serves a non-trivial and distinct function across book identification, media lookup, and donation management, justifying the number.

Completeness4/5

The server covers core identification workflows (first editions, number lines, publisher rules, various identifiers) and donation operations, but lacks appraisal/pricing tools and more granular donation status tracking, which are minor gaps.

Resources