Skip to main content
Glama

list_repos

List local Oracle Visual Builder Studio repository checkouts discoverable under VBS_WORKSPACE_DIR. Use this to locate project repositories for automation and build tasks.

Instructions

List local VB Studio project repo checkouts discoverable under VBS_WORKSPACE_DIR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description must carry the behavioral burden. It clarifies the operation is local and scoped to VBS_WORKSPACE_DIR, which is useful. However, it does not disclose edge cases such as behavior when the directory is missing, whether subdirectories are scanned recursively, or any filtering of hidden/ignored repos.

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 a single, front-loaded sentence that states the action and scope without unnecessary words. Every word earns its place.

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

Completeness4/5

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

For a simple zero-parameter listing tool, the description is largely sufficient. It clearly states what is listed and where. It could be slightly more complete by mentioning what is not included (e.g., remote repos, non-checkout directories), but given the simplicity, the current description meets most needs.

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 tool has zero parameters, so the baseline is 4. The description naturally adds no parameter-specific semantics because there are none to describe. This is appropriate.

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 uses a specific verb 'List' and a clear resource: 'local VB Studio project repo checkouts discoverable under VBS_WORKSPACE_DIR.' This distinguishes it from siblings like list_apps and vbstudio_list_projects by specifying the local filesystem scope and environment variable.

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 implies usage for listing local repo checkouts, but it does not explicitly state when to use this tool versus alternatives like git_status or vbstudio_list_projects. No exclusions or alternative conditions are provided, leaving context to inference.

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/vanamthrishul/ovb3-bridge'

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