Skip to main content
Glama

get_setup_status

Check whether your host and workspace are configured and ready. Identify missing setup steps to avoid configuration errors.

Instructions

Query setup and configuration readiness status for the current host and workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoConfiguration scope ('project' or 'global', defaults to 'project')
host_idNoHost identifier (optional, auto-detected from adapter if omitted)
workspaceNoWorkspace directory path (defaults to current working directory)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoConfiguration scope
staleYesWhether stored configuration is stale
host_idYesTarget harness host ID
adapter_idNoUnderlying host adapter ID
configuredYesWhether configuration exists and is valid
stale_reasonsYesReasons why configuration is stale
profile_versionNoStored profile version
protocol_versionYesAgent Config companion protocol version
companion_registeredNoWhether companion is registered

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It implies a read-only operation via 'Query', but does not disclose what readiness status contains, whether it triggers any side effects, how host detection works, or what kinds of output/errors to expect beyond the output schema.

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?

The description is a single efficient sentence with no filler. It is front-loaded with the key verb and resource, though it could have used the available space to add sibling differentiation or usage guidance without becoming overly long.

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

Completeness3/5

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

The tool is simple, all parameters are documented in the schema, and an output schema exists, so return-value details are not required in the description. However, given the sibling tools, some usage guidance or clarification of what 'setup and configuration readiness status' means relative to inspect_host or validate_configuration would make the definition more complete.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds no parameter-specific meaning beyond what the schema already provides, but because the schema fully documents scope, host_id, and workspace, this gap is acceptable.

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

Purpose4/5

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

The description clearly identifies the verb ('Query') and resource ('setup and configuration readiness status') for the current host and workspace. It is not a tautology and gives a reasonably distinct purpose, though it does not explicitly differentiate itself from siblings like inspect_host or validate_configuration.

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

Usage Guidelines2/5

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

The description gives context that this queries status for the current host and workspace, but provides no guidance on when to prefer this tool over alternatives such as validate_configuration, inspect_host, or preview_configuration. There are no explicit exclusions or conditional usage instructions.

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

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/LightDevCoder/agent-config'

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