INDIVIDUAL MCP TOOL
gen_reorder_columns
Step 4 (Edit & Generate): Set the complete left-to-right order of every column in a Vidsheet.
LIVE ENDPOINT
https://mcp.gen.pro/mcp
Connect to this endpoint to inspect the live schema for gen_reorder_columns 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.
Parent server
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).