← stablebaseline.io

INDIVIDUAL MCP TOOL

deleteDocument

Delete a document.

stablebaseline.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent endpoint

stablebaseline.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sb]
url = "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sb": {
      "type": "http",
      "url": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sb
Remote MCP URL: https://api.stablebaseline.io/functions/v1/cloud-serve/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sb": {
      "url": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sb": {
      "type": "http",
      "url": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sb",
  "transport": "streamable-http",
  "url": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • searchTools — Search available tools by keyword or category.
  • listDiagramTypes — List supported diagram types.
  • getDiagramTypeGuide — Get DSL writing instructions for a diagram type.
  • listArchitectureIcons — SOFTWARE & CLOUD architecture icons ONLY (AWS, Azure, GCP, Docker, Kubernetes, databases, message queues, dev tools, etc.
  • searchInfographicTemplates — Semantic search over the 276 AntV Infographic templates — call this FIRST when building an `infographic` diagram so you pick the right structure for the content.
  • getCdmdLanguageGuide — Get the CDMD markdown language specification.
  • getCurrentUser — Return the calling user's identity (user_id, display_name, full_name, email, avatar_url).
  • listAssignablePrincipals — Server-side searchable, paginated list of USERS and TEAMS that can be assigned as the owner of an improvement/task in a project — and the canonical source for resolving a person's user_id when @-mentioning them in a document.