Skip to main content
Glama
shenwell

stillonline-mcp

by shenwell

Delete Project

projects.delete
Destructive

Soft-delete a project to remove it from the dashboard and disable all monitoring checks.

Instructions

Soft-delete a StillOnline project. Removes it from the dashboard and disables checks, matching the UI delete behavior.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesStillOnline project ID returned by projects.list or projects.create.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
deletedYesWhether the project delete operation succeeded.
project_idNoID of the deleted StillOnline project.
Behavior4/5

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

Annotations indicate destructiveHint=true and readOnlyHint=false. The description adds that it is a soft-delete (implying reversibility) and that it disables checks, providing behavioral context beyond the annotations.

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?

Two sentences, no filler, front-loaded with the core action. Every word adds value.

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 simplicity of the tool (one param, output schema exists), the description is complete. It covers purpose, effect, and alignment with UI. Minor gap: no mention of whether it is reversible or requires confirmation, but soft-delete implies reversibility.

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% with a clear description of the project_id parameter. The tool description does not add extra meaning beyond the schema, meeting the baseline.

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 it soft-deletes a project, removes from dashboard, and disables checks, matching UI behavior. It distinguishes from other sibling tools like projects.create or checks.delete by specifying the resource and effect.

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 when to use (to soft-delete a project) but does not explicitly state when not to use or provide alternatives. Sibling tools exist but no guidance on choosing between them.

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/shenwell/stillonline-mcp'

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