Skip to main content
Glama
FlywheelStudio

ULink MCP Server

Create API Key

create_api_key

Create an API key for a ULink project to enable secure access. The key appears only once, so save it immediately.

Instructions

Create a new API key for a ULink project. The full key value is only returned once in the response and cannot be retrieved again. Store it securely.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesA descriptive name for the API key (e.g. 'Production Server')
projectIdYesThe project to create the API key for
Behavior4/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 adds a critical behavioral warning: the full key value is returned only once and cannot be retrieved again, instructing the agent to store it securely. This goes beyond the schema and is valuable for correct use.

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 two sentences long, front-loaded with the primary purpose, and every sentence adds necessary information. There is no redundant or extraneous content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple 2-parameter creation tool with no output schema, the description is quite complete. It covers what the tool does, the critical one-time-return behavior, and a security reminder. It could optionally detail the response shape, but that is not essential for a competent agent.

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 provides 100% coverage for both parameters (name and projectId), including a descriptive example for 'name'. The description adds no additional parameter semantics, so the baseline of 3 is appropriate.

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 description clearly states the tool's action: 'Create a new API key for a ULink project.' This specific verb+resource combination distinguishes it from sibling tools like list_api_keys, revoke_api_key, and authenticate.

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 description clearly implies when to use this tool—when a new API key is needed for a ULink project. It does not explicitly name alternatives or exclusions, but the purpose is unambiguous and distinct from sibling tools.

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/FlywheelStudio/ulink-mcp-server'

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