Skip to main content
Glama
SolonaBot

Software Planning Tool

by SolonaBot

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
start_planningB

Start a new planning session with a goal

save_planC

Save the current implementation plan

add_todoB

Add a new todo item to the current plan

remove_todoA

Remove a todo item from the current plan

get_todosA

Get all todos in the current plan

update_todo_statusB

Update the completion status of a todo item

update_goalA

Update the description of the current goal

get_planA

Get the current implementation plan as formatted text

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Current GoalThe current software development goal being planned
Implementation PlanThe current implementation plan with todos

TDQS

A3.8/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct action: session management (start, save), goal editing, todo CRUD (add, remove, get, update status), and plan retrieval. There is no ambiguity about which tool to use for a given operation.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (start_planning, add_todo, update_goal). The verbs are clear and predictable, with only minor gerund deviation in start_planning that does not hinder readability.

Tool Count5/5

Eight tools is well-scoped for a planning session domain, covering lifecycle operations without redundancy or bloat. Each tool earns its place in the set.

Completeness5/5

The surface covers the full planning lifecycle: creating a session, saving, updating the goal, managing todos (add, remove, update status), and retrieving the plan. There are no obvious missing operations for the intended purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues