Skip to main content
Glama

read_artifact

Need to inspect Oracle Visual Builder artifacts? Read any VBCS artifact JSON by repo-relative path to access page, flow, chain, or service definitions.

Instructions

Read a VBCS artifact file (page/flow/chain/service JSON, etc) by repo-relative path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesRepo-relative path, e.g. webApps/myApp/flows/main/main-flow.json
repoNoRepo checkout to target: absolute path, or a repo name under VBS_WORKSPACE_DIR, or omit to use VBCS_REPO_PATH default. Use list_repos to see what's available on this instance.
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. The verb 'Read' implies a safe, read-only operation, but the description does not mention return format, error handling, or confirm no side effects. It is minimally transparent but not richly detailed.

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 with no filler. Every word contributes to the meaning, making it highly concise and well-structured.

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 two-parameter tool with no output schema, the description is fairly complete. It names the artifact types and the path-based access method. However, it could explicitly state that the tool returns the file content, an omission given no output schema is present. Still, the simplicity keeps it adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds little beyond the schema—merely restating that reading is by path. No additional meaning is provided for the 'path' or 'repo' parameters beyond what the schema already describes.

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 clearly states the tool's function: 'Read a VBCS artifact file... by repo-relative path.' It specifies the resource type (artifact file) and lists examples (page/flow/chain/service JSON), effectively distinguishing it from sibling tools like list_artifacts and write_artifact.

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

Usage Guidelines4/5

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

The description implies clear usage: when you need to read a specific artifact's content given its repo-relative path. It doesn't explicitly mention alternatives or exclusions, but the context is straightforward for a read operation, earning a 4 rather than a 3.

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