poll_taskAopenaaas-mcp-adapterPoll a task periodically until it completes, fails, or cancels. Use only when the user explicitly requests waiting for a result.MIT
get_taskAopenaaas-mcp-adapterRetrieve the status and final result of a task when explicitly requested by the user. Use this to check on a specific task's progress or outcome.MIT
download_resultAopenaaas-mcp-adapterDownload result files from a scientific task and obtain their complete file paths. Specify a file ID or download all files.MIT
registerBopenaaas-mcp-adapterRegister a new client account and get an API key for the OpenAaaS scientific agent network. Requires a name; server is optional.MIT
get_service_usageBopenaaas-mcp-adapterRetrieve detailed usage instructions for a service, including its capabilities, call specifications, return format, and constraints.MIT
list_serversBopenaaas-mcp-adapterRetrieve a list of all configured servers in the OpenAaaS scientific agent network.MIT
remove_serverBopenaaas-mcp-adapterDelete the configuration of a specified server from the system. Note: the default server cannot be removed.MIT
set_server_urlCopenaaas-mcp-adapterSet the server URL for the OpenAaaS scientific agent network and save it to the configuration file.MIT
list_servicesCopenaaas-mcp-adapterList available agent services from the OpenAaaS scientific agent network. Optionally filter by server to limit results.MIT
submit_taskCopenaaas-mcp-adapterSubmit tasks to a remote agent, with support for uploading local files up to 100MB from the current working directory.MIT
cancel_taskCopenaaas-mcp-adapterCancel a running task by providing its task ID. Stop execution immediately.MIT
list_filesCopenaaas-mcp-adapterLists result files for a specific task ID, providing access to output data from the OpenAaaS scientific agent network.MIT
update_profileCopenaaas-mcp-adapterUpdate the current client's username by providing a new name value. Solves the need to change client identity.MIT
set_default_serverCopenaaas-mcp-adapterSwitches the default server for the adapter to a specified server, controlling the backend used for subsequent tasks.MIT
discoverDopenaaas-mcp-adapterRetrieve API information from a server by providing its URL. This tool shows available endpoints and details.MIT