Skip to main content
Glama

ism_coverage_upsert

Create or update a coverage manifest entry with validation of identifier, status, and attachment paths, ensuring atomic writes.

Instructions

Create or update one entry in the coverage manifest.

Validates identifier against the ISM DB, validates status enum, validates that every attachment path resolves on disk and that every url and attachment carries a description. last_reviewed defaults to today. Writes are atomic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYes
statusYes
how_metYes
last_reviewedNo
reviewed_byNo
next_reviewNo
filesNo
commitsNo
urlsNo
attachmentsNo
project_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Without annotations, the description fully discloses behavioral traits: validation of identifier against ISM DB, status enum, attachment paths, and URL/attachment descriptions; default for 'last_reviewed'; atomic writes. This is comprehensive for a mutation tool.

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?

Four sentences, front-loaded with purpose, followed by succinct details. No fluff; each sentence adds value. Excellent structure.

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 11 parameters (3 required) and output schema exists, the description covers validation, defaults, and atomicity. It lacks parameter explanations for some fields, but output schema may document return structure. Marginally insufficient for full completeness.

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 0%, so description must add meaning. It explains 'identifier', 'status', 'last_reviewed', 'urls', 'attachments', but omits 'how_met', 'reviewed_by', 'next_review', 'commits', 'project_path'. Partial compensation earns a middle score.

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 'Create or update one entry in the coverage manifest,' using a specific verb and resource. It distinguishes from siblings like 'ism_coverage_read' (read-only) and 'ism_coverage_gaps' (analysis), making the purpose unambiguous.

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 implies usage for creating or updating coverage records, and sibling names indirectly indicate when not to use it (e.g., read or gap analysis). It lacks explicit 'when-not' or alternative tool mentions, but context is clear.

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/SamuelDudley/ism-mcp'

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