Skip to main content
Glama
onesmartguy

Agentic Bits Claude Plugin

by onesmartguy

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_branch_statusB

Return the current git branch for every configured repo. Respects the enabled flag and showReferenceRepos toggle.

check_repo_branchB

Get the current branch for a single repo by its label or path.

validate_repo_pathB

Check whether a given filesystem path exists and is a git repository.

list_reposA

List all configured repos with their label, path, type, and visibility.

add_repoB

Add a repository to the status bar. The path must be an absolute filesystem path to a git repo root.

remove_repoB

Remove a repository from the status bar by its label.

set_repo_visibilityB

Show or hide a specific repo in the status bar by its label.

toggle_statusbarB

Enable or disable the entire status bar. When disabled the status line script outputs nothing.

toggle_reference_reposB

Show or hide repos marked as type 'reference' in the status bar.

get_config_infoA

Return the path to the config file and the full current configuration.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 10 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap. For example, add_repo and remove_repo handle opposite operations, while get_branch_status and check_repo_branch provide branch information at different scopes (all repos vs. single repo). The descriptions make it easy to differentiate between configuration tools (get_config_info, toggle_statusbar), repository management tools (add_repo, remove_repo, list_repos), and status/visibility controls (set_repo_visibility, toggle_reference_repos).

Naming Consistency5/5

All tools follow a consistent verb_noun naming pattern throughout (e.g., add_repo, check_repo_branch, get_config_info). The verbs are descriptive and appropriate for their actions (add, check, get, list, remove, set, toggle, validate), and nouns clearly indicate the target resource (repo, branch, config, statusbar). There are no deviations in style or convention.

Tool Count5/5

With 10 tools, this server is well-scoped for managing git repositories in a status bar context. Each tool earns its place by covering essential operations: repository configuration (add, remove, list), status checks (branch, validation), visibility controls (toggle, set), and system settings (config, statusbar toggle). The count is neither too sparse nor bloated, fitting the domain perfectly.

Completeness5/5

The tool set provides complete coverage for the domain of managing git repositories in a status bar. It includes CRUD operations for repositories (add, remove, list), status monitoring (branch checks, path validation), configuration management (get config, toggle statusbar), and visibility controls (set visibility, toggle reference repos). There are no obvious gaps; agents can perform all expected workflows without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues