Skip to main content
Glama

release_verify

Verify npm, GitHub, and CI release facts using read-only HTTPS requests. Checks package version, repository, and branch without running local commands.

Instructions

v1.3.0: Verify npm/GitHub/CI release facts with read-only HTTPS requests. Does not run local shell commands and does not publish, push, tag, or create a GitHub Release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
branchNoBranch for CI verification.main
versionNoVersion to verify. Defaults to project policy/package.json.
repo_pathYesRepository path inside workspaceRoot.
github_repoNoGitHub repo in owner/repo form. Defaults to package.json repository when available.
package_nameNonpm package name. Defaults to package.json name.
Behavior4/5

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

With no annotations, the description carries full burden. It clearly states the tool makes read-only HTTPS requests and does not run local shell commands nor perform publish/push/tag/create operations. This sufficiently discloses its immutable, non-destructive behavior.

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 consists of two short, front-loaded sentences with zero wasted words. Every sentence adds unique value—purpose and exclusions.

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 has 5 parameters, no output schema, and no nested objects, the description covers the core behavior and constraints. It lacks details on return values or error scenarios, but for a read-only verification tool, the provided information is largely sufficient.

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%, so each parameter already has a description. The tool description adds no additional parameter-level context beyond what the schema provides, warranting the baseline score of 3.

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: 'Verify npm/GitHub/CI release facts with read-only HTTPS requests.' It also explicitly distinguishes itself from sibling tools by listing actions it does NOT perform (publish, push, tag, create release), making its role unambiguous.

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

Usage Guidelines3/5

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

The description implies use for verification but does not explicitly state when to use this tool versus alternatives like release_check, release_prepare, or release_cleanup. No direct guidance on when not to use it is provided.

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/jiezeng2004-design/PatchWarden'

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