Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Swagger: Delete Table Of Contents

swagger_delete_table_of_contents
DestructiveIdempotent

Soft-delete a table of contents entry by its ID. Optionally remove all nested items recursively.

Instructions

Delete table of contents entry. Performs a soft-delete of an entry from the table of contents. Supports recursive deletion of nested items.

Toolset: Table Of Contents

Parameters:

  • tableOfContentsId (string) required: The table of contents UUID, or identifier in the format 'portal-subdomain:product-slug:section-slug:table-of-contents-slug'

  • recursive (boolean): Flag to include all the nested tables of contents (default: false)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recursiveNoFlag to include all the nested tables of contents (default: false)
tableOfContentsIdYesThe table of contents UUID, or identifier in the format 'portal-subdomain:product-slug:section-slug:table-of-contents-slug'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNo
Behavior4/5

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

Annotations indicate destructive (destructiveHint=true) and idempotent (idempotentHint=true). Description adds value by specifying 'soft-delete', implying reversibility, and 'supports recursive deletion', which goes beyond annotation hints. No contradiction with annotations.

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?

Description has 3 sentences plus a toolset header and parameter list. The 'Toolset: Table Of Contents' is redundant given the title. Parameter details duplicate schema. Could be trimmed without losing essential information.

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

Completeness3/5

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

Output schema exists, so return value explanation is not required. However, description lacks context on preconditions (e.g., what if entry doesn't exist), side effects beyond soft-delete, or behavior when recursive flag is false. Acceptable but not fully complete.

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 has 100% description coverage. Description repeats parameter info (including format) but adds no new meaning beyond the schema. Baseline 3 is appropriate as schema already documents parameters adequately.

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?

Description clearly states 'Delete table of contents entry' with action verb and resource. It distinguishes from siblings like swagger_create_table_of_contents and swagger_list_table_of_contents. Mentions soft-delete and recursive deletion, adding specificity.

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?

No explicit guidance on when to use this tool versus alternatives. It implies use for deleting TOC entries but does not provide context like when to prefer over other deletion methods or prerequisites. The 'Toolset: Table Of Contents' line is a category label, not usage advice.

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/SmartBear/smartbear-mcp'

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