Agentic Bits Claude Plugin
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
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).
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.
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.
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.