← gen.pro

INDIVIDUAL MCP TOOL

gen_delete_scheduled_post

Step 5 (Export & Publish): Delete a scheduled post from the content calendar.

gen.pronone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.gen.pro/mcp

No auth detected

Connect to this endpoint to inspect the live schema for gen_delete_scheduled_post 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 write-action term.
  • A tool name or description contains a deletion term.

Parent server

gen.pro

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

.mcp.json

{
  "mcpServers": {
    "gen": {
      "type": "http",
      "url": "https://mcp.gen.pro/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • gen_get_me — Step 1 (Agent Setup): Get the authenticated user's profile and workspace memberships.
  • gen_list_workspaces — Step 1 (Agent Setup): List all workspaces the authenticated user has access to.
  • gen_list_agents — Step 1 (Agent Setup): List agents, optionally filtered by workspace.
  • gen_list_organizations — Step 1 (Agent Setup): List all organizations/workspaces the authenticated user is a member of, including credits, role, and plan.
  • gen_create_organization — Step 1 (Agent Setup): Create a new organization/workspace.
  • gen_get_organization — Step 1 (Agent Setup): Get details of a specific organization by ID.
  • gen_update_organization — Step 1 (Agent Setup): Update an organization's name (requires owner or manager role).
  • gen_delete_organization — Step 1 (Agent Setup): Permanently delete an organization and all associated data (requires owner role, irreversible).