Skip to main content
Glama
peter14l

Kotlin Multi-Agent Orchestrator

by peter14l

configure_kotlin_deep_links

Set up Android App Links by configuring intent-filters, assetlinks.json, Compose Navigation deep links, and FCM notification routing for your app.

Instructions

Configures Android App Links intent-filters in AndroidManifest.xml, assetlinks.json, Jetpack Compose Navigation deep links, and FCM notification routing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
routesNo
domainHostYesapp.example.com
customSchemeYesmyapp
Install Server

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral transparency burden. It does a strong job by naming the four project areas that will be affected: AndroidManifest.xml, assetlinks.json, Compose Navigation deep links, and FCM routing. It does not disclose overwrite behavior or prerequisites, but the affected artifacts are clearly scoped.

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?

A single dense sentence that front-loads the verb and resource, then lists the exact targets. No filler or redundant phrasing; every phrase earns its place.

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?

Despite clear scope and brevity, the definition is incomplete for a tool that configures multiple Android deep-link surfaces. Missing prerequisites, the meaning of the three parameters, expected route format, and side effects. No output schema or annotations exist to fill these gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage and the description does not mention customScheme, domainHost, or routes by name. While an agent can loosely infer that a custom scheme and domain host are relevant to App Links, the description does not explain how those parameters map to the listed artifacts or how the routes array should be structured.

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 uses a specific verb ('Configures') and resource ('Android App Links intent-filters'), and enumerates concrete targets: AndroidManifest.xml, assetlinks.json, Compose Navigation deep links, and FCM notification routing. This makes it easy to distinguish from sibling tools like generate_kotlin_platform_config or scaffold_kotlin_project_docs.

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 intended use case is implied by the domain-specific scope, but the description never states when to prefer this tool over alternatives, nor does it provide any conditions or exclusions. An agent must infer usage from the title and the artifact list.

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

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/peter14l/kotlin-agent-orchestrator'

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