Skip to main content
Glama
ellmos-ai

ellmos-filecommander-mcp

Start Interactive Session

fc_start_session

Start an interactive process session, such as a Python REPL or PowerShell, by specifying a command and optional arguments. Returns a session ID for subsequent input/output operations via fc_read_output and fc_send_input.

Instructions

Starts an interactive process as a session (for fc_read_output and fc_send_input).

Args:

  • command (string): Command/Program

  • args (array, optional): Arguments

  • cwd (string, optional): Working directory

Returns:

  • Session ID for further interaction

Examples:

  • Python REPL: command="python"

  • Node REPL: command="node"

  • PowerShell: command="powershell"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYesCommand/Program
argsNoArguments
cwdNoWorking directory
Behavior4/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, so the tool modifies state but is non-destructive. The description explains it starts a process that can be interacted with, which aligns with annotations. It discloses return of a session ID and links to child tools, adding context beyond annotations. No contradiction.

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?

The description is very concise, structured with Args, Returns, and Examples sections, and front-loaded with the purpose. Every line adds value; no fluff.

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

Completeness5/5

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

Given the tool's moderate complexity (3 params, no output schema), the description covers the purpose, parameters, return value (Session ID), and usage examples. It is complete enough for an agent to decide and invoke correctly.

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%, so baseline is 3. The description adds examples for the command parameter (Python, Node, PowerShell) and clarifies that args and cwd are optional, with cwd being the working directory. This adds practical guidance beyond the schema's 'Arguments' and 'Working directory' descriptions.

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 states it starts an interactive session for subsequent interaction via fc_read_output and fc_send_input, clearly distinguishing from sibling tools like fc_start_process which starts a non-interactive process, and fc_close_session which ends a session.

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

Usage Guidelines4/5

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

The description explicitly indicates this is for interactive sessions (Python REPL, Node REPL) and implies it's a prerequisite for fc_read_output and fc_send_input. However, it does not explicitly mention when to NOT use it (e.g., for non-interactive tasks use fc_start_process).

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/ellmos-ai/ellmos-filecommander-mcp'

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