Skip to main content
Glama
codeocean

Code Ocean MCP Server

Official
by codeocean

wait_until_completed

Monitor Code Ocean computations until they finish or fail, with adjustable polling intervals and timeout controls for reliable workflow management.

Instructions

Poll a computation until it reaches 'Completed' or 'Failed' state with configurable timing.

Args: computation: The computation object to monitor polling_interval: Time between status checks in seconds (minimum 5 seconds) timeout: Maximum time to wait in seconds, or None for no timeout

Returns: Updated computation object once completed or failed

Raises: ValueError: If polling_interval < 5 or timeout constraints are violated TimeoutError: If computation doesn't complete within the timeout period

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
computation_idYes

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/codeocean/codeocean-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server