Skip to main content
Glama

Await Cloud Credentials

credawait
Idempotent

Polls for the user to securely connect their cloud account and subscribe via a provided URL, resolving authentication errors and allowing deployment to continue.

Instructions

Wait for the user to securely connect their cloud account and subscribe to Luther Systems. Polls until credentials appear on the session.

šŸŽÆ USE THIS TOOL WHEN: tfdeploy returns an 'auth_required', 'no_credentials', or 'credentials_expired' error.

The user needs to visit the connect URL to:

  1. Connect their cloud credentials (AWS or GCP)

  2. Sign up and subscribe to a Luther Systems plan (required for deployment)

This secure connection allows InsideOut to deploy and manage infrastructure in the user's cloud account on their behalf. Credentials are handled securely and only used for deployment and management sessions.

WORKFLOW:

  1. FIRST: Present the connect URL and explanation to the user (from the tfdeploy error response)

  2. THEN: Call this tool to begin polling for credentials

  3. The user opens the URL in their browser to subscribe and add credentials

  4. When credentials are found, inform the user and call tfdeploy to deploy

IMPORTANT: Do NOT call this tool without first showing the connect URL to the user. The user needs to see the URL to complete the process.

REQUIRES: session_id from convoopen response (format: sess_v2_...). OPTIONAL: cloud ('aws' or 'gcp'), timeout (integer, seconds to wait, default 300, max 600).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cloudNoCloud provider whose credentials are awaited: 'aws' or 'gcp'. Defaults to 'aws'.
timeoutNoMax seconds to wait for the user to complete the browser-based credential connect flow. Default 300, max 600.
session_idYesSession ID from convoopen — pass back EXACTLY as returned, including the ?token=... suffix (format: sess_v2_*?token=*). The suffix is part of the session credential; never strip it when summarizing.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate openWorldHint, idempotentHint, and non-destructive. Description aligns by noting polling, timeout, and secure handling. It adds context beyond annotations: workflow prerequisite, credential handling, and subscription requirement. Could mention that the tool blocks until timeout or success, but the timeout parameter implies this.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with sections, emoji, and bullets. Front-loaded with core purpose. Slightly verbose in the workflow explanation but every sentence is informative. Could be trimmed slightly, but still effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 3 parameters, no output schema, and a blocking poller, the description covers trigger conditions, required session_id, optional parameters, workflow steps, and security note. Missing explicit return values (e.g., what happens on success/timeout), but the output schema is absent and the tool's behavior is implied.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with parameter descriptions. The description reinforces the session_id format ('pass back EXACTLY... including the ?token=... suffix') and clarifies defaults and constraints for cloud and timeout. Adds value by explaining the suffix importance and the purpose of each parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Wait for the user to securely connect their cloud account and subscribe to Luther Systems.' It uses specific verbs ('await', 'polls') and identifies the resource ('cloud credentials'). The tool's purpose is distinct from siblings like tfdeploy or convoawait.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: 'when tfdeploy returns an auth_required, no_credentials, or credentials_expired error.' Provides a step-by-step workflow and an important negative instruction: 'Do NOT call this tool without first showing the connect URL to the user.' This leaves no ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/luthersystems/insideout-agent-skills'

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