Skip to main content
Glama
vulkanr

@lastbluetape/mcp-server

by vulkanr

upgrade_list

Upgrade a punch list to remove the 30-item limit and 90-day expiry with a one-time payment.

Instructions

Upgrade a punch list to Pro ($4.99 one-time). Requires LASTBLUETAPE_PAYMENT_METHOD env var with a Stripe payment method ID. Removes the 30-item limit and 90-day expiry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYesThe list ID to upgrade

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.1

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full transparency burden. It discloses the one-time charge, the required env var, and the effect on limits. However, it does not mention whether the operation is reversible, what happens on failure, or if it is idempotent.

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 brief sentences, each adding essential information: action & price, prerequisite, and effect. No wasted words; the description is well-front-loaded and easy to parse.

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

Completeness4/5

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

Given the tool's simplicity (single parameter, no output schema, no annotations), the description covers purpose, prerequisite, and effect. It could be more complete by mentioning the return value or error handling, but it is largely sufficient for agent selection and invocation.

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% for the single parameter, so the baseline is 3. The description adds no additional semantics for the list_id parameter beyond what the schema already provides, but it does add overall context about the upgrade's purpose.

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 action ('Upgrade a punch list to Pro'), the resource (punch list), and the specific outcome (removes limits). It is distinct from all sibling tools, which handle CRUD and item management, not upgrades.

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 explicitly requires a Stripe payment method via environment variable, providing a clear prerequisite. It does not explicitly state when to avoid using the tool (e.g., if already Pro), but the context is sufficient for a single-purpose upgrade action.

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

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/vulkanr/lastbluetape-mcp'

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