Skip to main content
Glama
FlywheelStudio

ULink MCP Server

Configure Project

configure_project

Update platform-specific settings for ULink projects, including iOS bundle identifiers, Android package names, deeplink schemas, and SHA-256 fingerprints, to ensure deep links resolve correctly on mobile.

Instructions

Update platform-specific configuration for a ULink project, such as iOS bundle identifier, Android package name, deeplink schemas, and SHA-256 fingerprints. These settings are used for deep link resolution on mobile platforms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iosTeamIdNoApple Developer Team ID
projectIdYesThe unique identifier of the project to configure
iosDeeplinkSchemaNoiOS deeplink URI scheme (e.g. myapp://)
androidPackageNameNoAndroid package name (e.g. com.example.app)
iosBundleIdentifierNoiOS bundle identifier (e.g. com.example.app)
androidDeeplinkSchemaNoAndroid deeplink URI scheme (e.g. myapp://)
androidSha256FingerprintsNoSHA-256 certificate fingerprints for Android App Links verification
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions 'Update' but does not disclose whether this is a partial update, permission requirements, effects on existing settings, or response behavior. The additional context about deep link resolution is useful but insufficient for a mutation tool with no annotations.

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: the first directly states the action and key examples, the second explains the purpose. It is front-loaded, avoids redundancy, and every sentence contributes meaningful information.

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

Completeness2/5

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

Given the tool has 7 optional parameters, no output schema, and no annotations, the description is too brief. It fails to clarify update semantics (e.g., whether only provided fields are changed), success/failure behavior, or the operational impact of these settings beyond deep link resolution. This leaves a significant gap for an agent to invoke it safely.

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?

Schema description coverage is 100%, so all 7 parameters are already documented in the schema with individual descriptions. The tool description lists some parameter types (e.g., iOS bundle identifier, Android package name) but adds no extra syntax or behavioral detail beyond what the schema provides, matching the baseline score of 3.

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 action 'Update platform-specific configuration for a ULink project' and enumerates specific attributes (iOS bundle identifier, Android package name, deeplink schemas, SHA-256 fingerprints). This distinguishes it from generic sibling tools like update_project by focusing on platform-specific settings.

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 implies usage for mobile platform configuration but does not explicitly state when to use this tool versus alternatives such as update_project. It provides no exclusions or alternative tool suggestions, so the usage context is implied rather than explicitly guided.

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