Skip to main content
Glama
vulkanr

@lastbluetape/mcp-server

by vulkanr

create_list

Create a new punch list for construction projects, generating a shareable link and token to track tasks and issues.

Instructions

Create a new punch list. Returns the list details, share token, and a shareable web URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTitle of the punch list
descriptionNoOptional description of the list
creator_nameYesName of the list creator
creator_emailNoOptional email of the creator

Schema Changelog

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

  1. First observedv1.0.1

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are provided, so the description must carry full weight. It confirms mutation ('create') and mentions return values, but lacks details on permissions, idempotency, error states, or constraints (e.g., duplicate titles). The behavior is adequately but not thoroughly disclosed.

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 a single sentence that efficiently states the action and the key return outputs. No superfluous words; every piece of information earns its place. It is front-loaded with the primary action.

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?

With 4 parameters (2 required) and no output schema, the description partially compensates by listing three return elements. However, it does not detail the structure of 'list details' (e.g., whether an ID is returned) or mention error behavior. It is adequate but leaves some gaps for a creation tool.

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 description coverage is 100%, so the baseline is 3. The description does not add any parameter-level meaning beyond what the schema already provides (e.g., no elaboration on what 'title' or 'creator_name' entail, or hints on how the optional description field affects behavior).

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 'create' and the resource 'punch list', and specifies what is returned (details, share token, shareable URL). It is distinct from sibling tools (no other create tool in the list), so the agent can easily identify its purpose.

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?

The description provides no guidance on when to use this tool versus alternatives, no prerequisites, no exclusions, and no mention of context where another tool might be more appropriate. For example, it does not clarify that this should be used only when creating a new list, not for retrieving or modifying existing ones (though that is implicit).

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