Skip to main content
Glama

get_tech_stack

Retrieve a project's technology stack by ID, name, or path. Understand existing tools, verify compatibility, and avoid dependency conflicts before making changes.

Instructions

Retrieve the complete technology stack for a project.

This tool provides flexible project lookup. You can specify any combination of identifiers, and it will resolve to the matching project.

Priority: project_id > workspace_path > project_name

WHEN TO USE:

  • At the start of work to understand what technologies are already in use

  • Before adding new dependencies to avoid conflicts or duplicates

  • To check version compatibility when upgrading

  • When onboarding or explaining the project to others

  • To ensure consistency with existing technology choices

RECOMMENDED: Call this early in your workflow to understand the technical landscape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter by specific category (optional) - "backend", "frontend", "database", "infrastructure", etc.
project_idNoProject ID from create_project() (optional if project_name or workspace_path provided)
project_nameNoProject name to look up (alternative to project_id)
workspace_pathNoWorkspace directory path (alternative to project_id)
Behavior4/5

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

No annotations are provided, so the description carries the transparency burden. It discloses the identifier priority (project_id > workspace_path > project_name), which is a key behavioral trait for resolution. The verb 'Retrieve' implies read-only, though it never explicitly claims no side effects or mentions error/return behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a direct opening, a priority note, and a bulleted 'WHEN TO USE' section, making it scannable. The bullets are slightly repetitive (e.g., 'consistency' and 'avoid conflicts' overlap), but the overall size is justified by the multi-purpose guidance.

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?

The tool has no output schema, and the description does not explain what the return value looks like (format, structure, content). It also omits error cases or failure behavior. However, it covers lookup flexibility, identifier priority, and usage scenarios well enough for an agent to invoke it correctly.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds the priority rule for how the three identifier parameters interact, which is not in the schema. It also states any combination works. It does not add new semantic detail for the 'category' parameter, but the identifier interplay is valuable.

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 opening line 'Retrieve the complete technology stack for a project' uses a specific verb and resource, clearly distinguishing this read tool from siblings like update_tech_stack (write) and get_project_info (general info). The description goes further to explain flexible lookup via multiple identifiers, reinforcing its purpose.

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 'WHEN TO USE' section explicitly lists concrete scenarios (start of work, adding dependencies, version compatibility, onboarding, consistency) and recommends calling early. However, it does not explicitly name alternatives or when not to use, so it stops short of a full 5.

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/siddiquesahabaj/CoordMCP'

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