Skip to main content
Glama

update_tech_stack

Update your tech stack on your Himalayas profile. Requires authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stacksYesArray of technology names (e.g., ['React', 'TypeScript', 'Node.js'])

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • removedInput schema / additionalProperties
      Removed value: -false
  2. First observed

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the authentication requirement and that it updates the tech stack, but does not disclose whether the operation replaces the entire stack, appends to it, or is destructive. There is no information about idempotency, failure behavior, or side effects. For a mutation tool, this is a significant gap.

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, well-structured sentence that conveys the purpose and authentication requirement without any filler. Every word contributes value, and the key information is front-loaded. It is appropriately concise for a simple one-parameter tool.

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?

Given the tool's low complexity (one parameter, no output schema, no nested objects), the description covers the core purpose and a prerequisite. However, it omits important behavioral context such as whether the update replaces the entire stack. For a complete picture, the user would need to know the effect on existing data, which is missing.

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?

The input schema covers the only parameter ('stacks') with a clear description and example. Since schema description coverage is 100%, the baseline is 3. The tool description adds no additional parameter-level detail beyond what the schema provides, so it does not exceed the baseline.

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?

The description states a specific verb ('Update') and resource ('your tech stack on your Himalayas profile'), which clearly identifies the tool's purpose. It does not explicitly differentiate from sibling tools like update_company_tech_stack or update_profile, but the phrase 'your Himalayas profile' implies personal scope. This is clear enough for basic selection, but could be more explicit about the distinction.

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

Usage Guidelines3/5

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

The description mentions the prerequisite of authentication, which is helpful. However, it does not provide guidance on when to use this tool versus alternatives such as update_company_tech_stack or update_profile. No exclusions or alternative recommendations are given, so the user is left to infer the intended use case from the resource name.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources