For the complete documentation index, see llms.txt. This page is also available as Markdown.

Context

Back to the MCP tool reference.

get_apolo_context

Return selected context, active policy, and safe client versions. Credentials are never returned.

Operation type: Read-only

Annotations: read-only true, destructive false, idempotent true, open-world true

Input schema:

{
  "properties": {},
  "title": "get_apolo_contextArguments",
  "type": "object"
}

Output schema:

{
  "additionalProperties": true,
  "title": "get_apolo_contextDictOutput",
  "type": "object"
}

list_clusters

List clusters visible to the authenticated user (bounded to 100).

Operation type: Read-only

Annotations: read-only true, destructive false, idempotent true, open-world true

Input schema:

Output schema:

list_organizations

List organizations for an explicit or selected cluster.

Operation type: Read-only

Annotations: read-only true, destructive false, idempotent true, open-world true

Input schema:

Output schema:

list_projects

List projects for explicit context without changing saved selection.

Operation type: Read-only

Annotations: read-only true, destructive false, idempotent true, open-world true

Input schema:

Output schema:

list_presets

List bounded compute preset capabilities for a cluster.

Operation type: Read-only

Annotations: read-only true, destructive false, idempotent true, open-world true

Input schema:

Output schema:

resolve_resource_uri

Resolve a short resource reference under explicit, non-persisted context.

Operation type: Read-only

Annotations: read-only true, destructive false, idempotent true, open-world true

Input schema:

Output schema:

Last updated

Was this helpful?