Skip to main content
Glama

inspect_antigravity_workspace

Examine local workspace directory structure and manifest files to identify project layout, dependencies, and configuration. Use this to understand codebase context before planning coding tasks.

Instructions

Inspect local workspace directory structure and manifest files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral burden. 'Inspect' implies a read-only operation and 'local' narrows scope, but the description does not explicitly state side effects, permissions, file traversal behavior, or what the output contains. This is too sparse for an unannotated tool.

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?

A single front-loaded sentence with no filler or repetition. Every word adds meaning, and the essential action and resource are stated immediately.

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

Completeness3/5

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

For a one-parameter inspect tool with an output schema, this is minimally viable: an agent can guess that path points at the workspace to inspect. However, missing parameter semantics, explicit read-only confirmation, and any sibling routing leave noticeable gaps, especially given the large family of similar workspace tools.

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

Parameters2/5

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

The input schema has a single required 'path' parameter with no description, and schema description coverage is 0%. The phrasing 'directory structure and manifest files' implies path selects the workspace area to inspect, but it does not specify whether path should be a directory or file, absolute or relative, or how it maps to results. The description fails to compensate for the undocumented schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and object: inspecting the local workspace's directory structure and manifest files. This distinguishes it from sibling tools like open_workspace_in_ide or read_antigravity_workspace_file, but it does not explicitly name alternatives or say what it is not, so it misses full differentiation.

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

Usage Guidelines2/5

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

The description gives no explicit when-to-use guidance or comparisons to sibling tools such as get_antigravity_workspace, diagnose_antigravity_workspace, or read_antigravity_workspace_file. There are no stated conditions, prerequistes, or exclusions, so an agent must infer when this tool is the right choice.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Joshua-zlitch/Claude-Opencode-mcp'

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