Skip to main content
Glama

ba_session_start

Start or resume a BA session in discovery, stabilize, change, or ground modes. Ground mode requires a read scope to limit accepted files.

Instructions

Start or resume a BA session (mode: discovery | stabilize | change | ground). For ground mode, pass readScope: the user-supplied paths/globs (relative to projectRoot) the BA may read; it is persisted to the session and bounds what ba_ground can auto-accept.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
readDenyNo
readScopeNo
projectRootYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that readScope is persisted to the session and bounds ba_ground's auto-accept, providing some behavioral insight. However, it does not mention auth requirements, destructiveness, or side effects for other modes.

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 two sentences, concise, and front-loaded with the primary action. Every sentence adds value without extraneous information.

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

Completeness2/5

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

Given 4 parameters, no output schema, and no annotations, the description lacks completeness. It does not explain return values, errors, session resumption, or the 'readDeny' parameter. For a central session management tool, more detail is needed.

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

Parameters2/5

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

Schema coverage is 0%, so description must compensate. It explains 'mode' by listing enum values and explains 'readScope' for ground mode. However, 'readDeny' and 'projectRoot' are not described. 'projectRoot' is required but omitted, reducing clarity.

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 the tool starts or resumes a BA session, lists the four modes, and distinguishes the ground mode's readScope usage. This differentiates it from sibling tools like ba_ground, ba_init, etc., which are likely actions within 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 Guidelines3/5

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

The description gives specific guidance for ground mode (pass readScope) but does not explicitly explain when to use this tool vs siblings, or when to start vs resume. Usage context is implied but not clearly stated.

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/God1n/eazy-ba'

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