Skip to main content
Glama

Hydracept

Create adapter alias

hydracept_create_adapter_alias

Create a stable semantic project alias for a registered adapter. Omitted project/environment arguments inherit the authenticated workspace binding. Catalog aliases may reference registrations that are not yet executable. Does not generate or spend money.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aliasYes
weightNo
adapter_idYes
project_idNo
environmentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the burden and does add meaningful behavioral disclosure: it does not generate or spend money, catalog aliases may reference not-yet-executable registrations, and omitted project/environment bind to the authenticated workspace. It leaves idempotency and overwrite behavior unspecified, but the disclosed traits are material and helpful.

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?

Three sentences, no filler, with the core purpose first and the most useful behavioral caveats following. Every sentence adds value.

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 5 parameters, no annotations, and an output schema, the description covers key invocation semantics but still lacks detail on weight, duplicate-alias behavior, and what the response represents. It is sufficient for basic selection but not fully complete for confident invocation.

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 0%, so the description must compensate. It explains that omitted project_id/environment inherit the workspace binding, adapter_id must refer to a registered adapter, and alias is a stable semantic project alias. The main gap is the optional 'weight' parameter, which receives no explanation.

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 action and resource: creating a stable semantic project alias for a registered adapter. It is clear enough, but it does not explicitly contrast itself with similar sibling tools like hydracept_bind_adapter_alias or hydracept_promote_adapter_alias.

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 provides useful context, such as omitted project/environment arguments inheriting the authenticated workspace binding and catalog aliases potentially referencing non-executable registrations. However, it never states when to prefer this tool over sibling aliasing or binding tools, nor does it offer exclusions.

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.