Skip to main content
Glama

skylight_delete_category

Delete a category or family member, optionally moving its items to another category to prevent orphaned entries.

Instructions

Delete a category / family member.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
frameIdNo
reassign_to_category_idNoMove this member's items to another category id instead of orphaning them.

Schema Changelog

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

  1. Changed4 schema fields changedv0.7.1
    • removedInput schema / properties / id / anyOf
      Removed value: -[
      -  {
      -    "type": "string"
      -  },
      -  {
      -    "type": "number"
      -  }
      -]
    • addedInput schema / properties / id / type
      Added value: +[
      +  "string",
      +  "number"
      +]
    • removedInput schema / properties / reassign_to_category_id / anyOf
      Removed value: -[
      -  {
      -    "type": "string"
      -  },
      -  {
      -    "type": "number"
      -  }
      -]
    • addedInput schema / properties / reassign_to_category_id / type
      Added value: +[
      +  "string",
      +  "number"
      +]
  2. First observedv0.4.6

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full burden, but it only states that deletion happens. It does not disclose irreversibility, what happens to the member's items if reassign_to_category_id is not provided, auth requirements, or cascading effects. The schema description of reassign_to_category_id hints that items would otherwise be orphaned, but the main description offers no such transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence with no wasted words, which is structurally clean. However, it is under-specified: it contains almost no behavioral or parameter context, so the brevity is not fully appropriate for a destructive operation with three parameters.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a delete tool with no annotations, no output schema, and three parameters, one sentence is insufficient. It does not cover deletion consequences, reassignment behavior, or how this tool relates to the many sibling member/category tools. The schema's reassign_to_category_id description provides one useful detail, but the tool definition as a whole leaves important context missing.

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

Parameters2/5

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

Schema description coverage is only 33%, so the description needed to compensate for undocumented 'id' and 'frameId' parameters, but it does not explain either. The phrase 'category / family member' indirectly suggests that 'id' identifies a member/category, providing a little semantic value beyond the bare schema, but most parameter meaning is still left to inference.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names the action ('Delete') and the resource ('category / family member'), so an agent knows what the tool does. It is slightly ambiguous whether category and family member are synonyms or two resource types, but the tool name and sibling set make the intent reasonably clear.

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?

There is no guidance on when to use this tool instead of related operations such as skylight_update_category, skylight_remove_user, or skylight_update_family_member, and no mention of prerequisites or exclusions. The only hint is the verb 'Delete', which is implied usage at best.

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/chrischall/skylight-mcp'

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