create_dataset_from_csv — CatchAll MCP Tool Mutating
create_dataset_from_csv
(create dataset from csv) is one of 61 tools on the
CatchAll
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call create_dataset_from_csv from your client
- Claude Code CatchAll create_dataset_from_csv run in your project directory
- Claude Desktop CatchAll create_dataset_from_csv ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor CatchAll create_dataset_from_csv ~/.cursor/mcp.json
- VS Code CatchAll create_dataset_from_csv .vscode/mcp.json
- Zed CatchAll create_dataset_from_csv ~/.config/zed/settings.json
- Windsurf CatchAll create_dataset_from_csv ~/.codeium/windsurf/mcp_config.json
- Cline CatchAll create_dataset_from_csv ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI CatchAll create_dataset_from_csv ~/.gemini/settings.json
- Grok CatchAll create_dataset_from_csv .mcp.json (in your project root)
- ChatGPT CatchAll create_dataset_from_csv Settings → Connectors → Advanced → Developer mode
- Claude.ai CatchAll create_dataset_from_csv Settings → Connectors → Add custom connector
- LangChain CatchAll create_dataset_from_csv pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http catchall https://catchall-mcp.newscatcherapi.com/mcp
Other tools on this server
- submit_query
- initialize_query
- get_job_status
- pull_results
- pull_job_csv
- continue_job
- list_user_jobs
- delete_job
- validate_query
- list_source_groups
- create_monitor
- list_monitors
- pull_monitor_results
- pull_monitor_csv
- list_monitor_jobs
- disable_monitor
- enable_monitor
- update_monitor
- delete_monitor
- get_monitor_status
- list_webhooks
- create_webhook
- get_webhook
- update_webhook
- delete_webhook
- test_webhook
- assign_webhook_resource
- list_webhook_resources
- remove_webhook_resource
- list_resource_webhooks
- get_webhook_history
- trigger_webhook
- create_dataset
- list_datasets
- get_dataset
- update_dataset
- delete_dataset
- add_dataset_entities
- remove_dataset_entities
- list_dataset_entities
- get_dataset_status
- append_csv_to_dataset
- create_entity
- list_entities
- create_entities_batch
- get_entity
- update_entity
- delete_entity
- create_project
- list_projects
- get_project
- update_project
- delete_project
- get_project_overview
- add_project_resources
- list_project_resources
- remove_project_resource
- get_user_limits
- check_health
- get_version
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.