Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STACKSFINDER_API_KEYNoAPI key for Pro features (optional for free tools)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_technologiesA

Lists all available technology IDs for use with other tools. Essential for discovering valid technology identifiers.

analyze_techB

Detailed analysis of a technology with 6-dimension scores, strengths, weaknesses, and compatible technologies.

compare_techsB

Side-by-side comparison of 2-4 technologies with per-dimension winners and compatibility matrix.

recommend_stack_demoA

Try StacksFinder's tech stack recommendations for FREE - once per day, no account required.

Returns the optimal technology for each category based on deterministic scoring. For unlimited access, priorities, constraints, and AI-generated narratives, upgrade to Pro at https://stacksfinder.com/pricing

recommend_stackB

Recommends the best tech stack for a project using real-time scoring with context adjustments. Requires API key.

get_blueprintB

Fetches an existing blueprint by ID. Blueprints are generated via the StacksFinder web UI. Requires API key.

create_blueprintA

Creates a new tech stack blueprint for a project. Requires API key with 'blueprint:write' scope.

The blueprint generation is asynchronous. By default, this tool waits for completion and returns the full blueprint. Set waitForCompletion=false to get the job ID immediately for manual polling.

Example usage:

  • Create a SaaS MVP: projectType="saas", scale="mvp", priorities=["time-to-market", "cost-efficiency"]

  • Create an enterprise API: projectType="api", scale="enterprise", priorities=["security", "scalability"]

setup_api_keyA

Authenticates with your StacksFinder account and creates an API key. Requires Pro or Team tier. The key is returned once and should be saved securely.

list_api_keysA

Lists your StacksFinder API keys. Requires a configured API key.

revoke_api_keyA

Revokes an API key. This action cannot be undone.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 10 tools

Disambiguation4/5

Most tools have distinct purposes, such as analyze_tech for detailed analysis, compare_techs for comparisons, and create_blueprint for generating stacks. However, recommend_stack and recommend_stack_demo overlap in functionality, with the demo version being a limited free alternative, which could cause confusion for agents about which to use in different contexts.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with clear verb_noun structures, such as analyze_tech, compare_techs, create_blueprint, and list_technologies. This uniformity makes the tool set predictable and easy for agents to navigate without naming conflicts.

Tool Count5/5

With 10 tools, the count is well-scoped for a tech stack recommendation server, covering key operations like analysis, comparison, blueprint creation, and API management. Each tool serves a specific role without redundancy, fitting the domain's complexity appropriately.

Completeness4/5

The tool set provides comprehensive coverage for tech stack evaluation, including analysis, comparison, recommendation, and blueprint management. A minor gap exists in update or delete operations for blueprints or API keys, but core workflows are fully supported, allowing agents to perform essential tasks effectively.

Maintenance

ActivityInactive
ResponsivenessNo issues