Skip to main content
Glama
johnnyclem

hypervault-mcp

by johnnyclem

remove_artifact_group_item

Remove a file from an artifact group while keeping the required entry point. To change the root index.html, edit it or delete the group instead.

Instructions

Remove a file from an artifact group.

The root index.html can't be removed this way — a group must always keep its entry point. Replace its content with edit_artifact_group_item instead, or delete the whole group with delete_artifact_group if you no longer need it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYesThe group's slug or full URL.
pathYesThe file's path to remove.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals a key limitation (root index.html exclusion) and hints at the tool's alterative usage, but does not disclose side effects such as permanence of removal or error behavior for missing paths. Still, the disclosed restriction is valuable context beyond the basic action.

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 concise and front-loaded. The first sentence immediately states the purpose, followed by a focused limitation and alternatives. No redundant information.

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?

The tool is simple, with full schema parameter coverage and an output schema present. The description covers the main usage scenario and key exclusion (root index.html), which is sufficient for most calls. Missing details like error handling for non-existent paths are minor given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds meaning by referencing 'root index.html', which clarifies that the 'path' parameter is a file path and that there is a special entry-point file. This enriches the schema's simple descriptions.

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 'Remove a file from an artifact group,' specifying the exact action and resource. It distinguishes itself from sibling tools by explicitly noting that the root index.html cannot be removed this way and directing to edit_artifact_group_item or delete_artifact_group as alternatives.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use and when-not-to-use guidance: it states the root index.html can't be removed, and suggests replacing its content or deleting the whole group. This directly addresses the main decision point for selecting this tool over alternatives.

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/johnnyclem/hypervault-mcp'

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