Skip to main content
Glama

list_projects

List all indexed firmware projects with their statistics. Use at session start to discover available projects.

Instructions

List all indexed firmware projects with their statistics.

Read-only. No side effects. Use at session start to discover available projects; use get_active_build for details on the currently active project.

Args: project_root: Project root. Auto-detected if omitted. Pass to distinguish multiple indexed projects.

Returns: list of dicts, each with: project_id, name, root_path, build_system, symbol_count, file_count, indexed_at, schema_version, current_schema, reindex_needed (bool), status (str), db (path to SQLite database file).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_rootNoProject root. Auto-detected if omitted. Pass to distinguish multiple indexed projects.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description states 'Read-only. No side effects.' Since no annotations are provided, the description fully covers behavioral traits. It also details the return value format (list of dicts with fields).

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 well-structured with clear sections (Args, Returns) and front-loaded purpose. Each sentence adds value, though slightly verbose. No redundant information.

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?

Complete description covering purpose, usage, parameter, return format, and side effects. No gaps given the tool's simplicity and existence of output schema details.

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?

The only parameter 'project_root' is explained: 'Auto-detected if omitted. Pass to distinguish multiple indexed projects.' This adds meaning beyond the schema's description. Schema coverage is 100%, so baseline 3, but the added disambiguation info justifies a 4.

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 starts with 'List all indexed firmware projects with their statistics,' which clearly states the verb (list) and resource (indexed firmware projects). It distinguishes from siblings like 'get_active_build' by specifying discovery at session start.

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

Usage Guidelines5/5

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

Explicitly says 'Use at session start to discover available projects; use get_active_build for details on the currently active project.' This gives clear when-to-use and an alternative tool, plus states 'Read-only. No side effects.'

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/turbyho/fw-context-mcp'

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