analyze_workspace
Scan a local workspace to reveal its project profile, including languages, frameworks, dependencies, and structure.
Instructions
Scan a local workspace directory and return its project profile.
This tool is read-only and performs an offline scan of the target directory to detect
programming languages, active frameworks, dependencies, and project structure signals.
It does not modify any files.
Parameters:
workspace (str): The absolute path to the local directory to be analyzed.
Returns:
dict[str, Any]: A dictionary containing detected languages, frameworks, notable SDKs,
package managers, manifest files, and a high-level summary string of the project profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||