← maskin.io

INDIVIDUAL MCP TOOL

delete_file

Delete a file from the workspace.

maskin.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://maskin.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_file and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description contains a deletion term.

Parent server

maskin.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.maskin]
url = "https://maskin.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "maskin": {
      "type": "http",
      "url": "https://maskin.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: maskin
Remote MCP URL: https://maskin.io/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": {
    "maskin": {
      "url": "https://maskin.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "maskin": {
      "type": "http",
      "url": "https://maskin.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "maskin",
  "transport": "streamable-http",
  "url": "https://maskin.io/mcp"
}
MCP Inspector

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

Related tools

  • create_objects — Create one or more objects (insights, bets, tasks) with optional relationships in a single atomic operation.
  • get_objects — Get one or more objects by ID.
  • update_objects — Update one or more objects and/or create relationships between existing objects.
  • delete_object — Delete an object by ID
  • list_objects — List insights, bets, and/or tasks in the workspace.
  • search_objects — Search objects by text in title or content, combined with optional type/status filters.
  • list_relationships — List relationships with optional filters.
  • traverse_graph — Bounded multi-hop breadth-first traversal from a single object across the workspace `relationships` table.