Skip to main content
Glama

shell_list

List all shell environments, showing runtime status and redacted host context to identify available sessions.

Instructions

List shells with authoritative runtime and redacted host context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
shellsYes
runtimeYes

Schema Changelog

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

  1. Changed5 schema fields changedv0.2.0
    • changedOutput schema / $defs / DialectName / enum
      Previous value: -[
      -  "bash",
      -  "pwsh"
      -]New value: +[
      +  "bash",
      +  "zsh",
      +  "pwsh"
      +]
    • removedOutput schema / $defs / EnvironmentKind
      Removed value: -{
      -  "enum": [
      -    "none",
      -    "python-venv",
      -    "conda",
      -    "custom"
      -  ],
      -  "title": "EnvironmentKind",
      -  "type": "string",
      -  "x-validUtf8": true
      -}
    • removedOutput schema / $defs / EnvironmentSummary
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "$ref": "#/$defs/EnvironmentKind"
      -    },
      -    "name": {
      -      "pattern": "^[^\\x00]*$",
      -      "title": "Name",
      -      "type": "string",
      -      "x-validUtf8": true
      -    }
      -  },
      -  "required": [
      -    "kind"
      -  ],
      -  "title": "EnvironmentSummary",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / HostContext / properties / environment
      Removed value: -{
      -  "$ref": "#/$defs/EnvironmentSummary"
      -}
    • changedOutput schema / $defs / HostContext / required
      Previous value: -[
      -  "mode",
      -  "workspace_root",
      -  "environment"
      -]New value: +[
      +  "mode",
      +  "workspace_root"
      +]
  2. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

No annotations are present, so the description must disclose behavior itself. It adds useful context by saying the runtime is authoritative and host context is redacted, but it does not explicitly state that the operation is read-only or describe side effects.

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

Conciseness5/5

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

A single sentence with no filler, front-loading the action and resource before qualifiers. Every word earns its place and the structure is immediately scannable.

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?

For a simple parameterless list tool with an output schema, the description conveys the key behavioral nuance (authoritative, redacted). It could add a hint about what 'host context' includes, but the output schema likely defines the return shape, so the description is largely complete.

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?

There are zero parameters, so the schema already fully covers this dimension. Per the baseline for parameterless tools, a 4 is appropriate; the description needs no parameter-specific details.

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 uses a specific verb 'List' and identifies the resource 'shells', adding qualifiers 'authoritative runtime' and 'redacted host context' that clarify the tool's scope. It is easily distinguished from siblings like shell_read, shell_write, or shell_exec, which imply different actions.

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

Usage Guidelines3/5

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

Usage is implied through the verb 'List' – an agent will know to call it for enumeration before operating on a shell – but the description does not explicitly state when to prefer it over siblings or mention any exclusions or alternative tools.

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/A2C-SMCP/tfbash-mcp'

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