get_contract — Algenta MCP Server MCP Tool Read-only
get_contract
(get contract) is one of 140 tools on the
Algenta MCP Server
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_contract from your client
- Claude Code Algenta MCP Server get_contract run in your project directory
- Claude Desktop Algenta MCP Server get_contract ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Algenta MCP Server get_contract ~/.cursor/mcp.json
- VS Code Algenta MCP Server get_contract .vscode/mcp.json
- Zed Algenta MCP Server get_contract ~/.config/zed/settings.json
- Windsurf Algenta MCP Server get_contract ~/.codeium/windsurf/mcp_config.json
- Cline Algenta MCP Server get_contract ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Algenta MCP Server get_contract ~/.gemini/settings.json
- Grok Algenta MCP Server get_contract .mcp.json (in your project root)
- ChatGPT Algenta MCP Server get_contract Settings → Connectors → Advanced → Developer mode
- Claude.ai Algenta MCP Server get_contract Settings → Connectors → Add custom connector
- LangChain Algenta MCP Server get_contract pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http algenta https://api.algenta.ai/mcp
Other tools on this server
- onboard_dataset
- list_datasets
- get_dataset_status
- retrain_dataset
- connect_data
- list_data
- get_data_summary
- get_data_schema
- refresh_data
- disconnect_data
- register_source
- list_sources
- get_source_schema
- list_connectors
- create_connector
- get_connector
- update_connector
- test_connector
- browse_connector
- preview_test_connector
- preview_browse_connector
- delete_connector
- get_repository_intelligence_capabilities
- create_repository_snapshot
- get_repository_snapshot
- triage_repository
- create_repository_decision_plan
- query_repository_graph
- simulate_repository
- run_repository_pipeline
- simulate_repository_patch
- run_repository_fix
- apply_repository
- query_data
- query_batch
- query_sql_report
- ingest_data
- list_models
- resolve_artifact_bridge
- tokenize
- count_tokens
- chat_completions
- responses
- embeddings
- embedding_similarity
- rerank
- list_runtime_libraries
- execute_runtime_library
- list_capability_providers
- list_capability_bindings
- create_capability_binding
- test_capability_binding
- discover_capability_binding
- list_capabilities
- get_capability
- route_capabilities
- execute_capability
- list_skills
- enable_skill
- disable_skill
- plan_decision
- product_decision
- product_agent_run
- product_optimize
- product_retrieve
- product_forecast
- simulate
- recommend
- score
- batch
- compare
- submit_job
- list_jobs
- get_job_status
- poll_job
- get_job_result
- cancel_job
- test_webhook_delivery
- create_agent_run
- list_agent_runs
- get_agent_run
- get_agent_run_events
- get_agent_run_checkpoints
- query_agent_run_checkpoints
- get_agent_run_mission_events
- query_agent_run_mission_events
- get_agent_run_telemetry
- query_agent_run_telemetry
- resume_agent_run
- cancel_agent_run
- approve_agent_run
- list_deployment_regions
- get_deployment
- create_deployment
- get_deployment_cost
- delete_deployment
- list_team_members
- invite_team_member
- update_team_member_role
- remove_team_member
- list_devices
- revoke_device
- get_audit_logs
- get_audit_log_artifacts
- get_execution_policy
- list_execution_policy_snapshots
- get_billing_info
- create_billing_checkout
- create_billing_portal
- refresh_credits
- ingest_metering_events
- update_execution_policy
- get_runtime_manifest
- get_runtime_release_validation
- get_runtime_modules
- get_runtime_benchmarks
- get_me
- update_me
- get_limits
- list_distributions
- list_templates
- list_api_keys
- create_api_key
- revoke_api_key
- list_runs
- get_run
- get_analytics
- get_usage
- log_decision
- list_decisions
- get_decision
- record_outcome
- execute_decision
- delete_decision
- register_trigger
- list_triggers
- fire_trigger
- pause_trigger
- delete_trigger
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.