Skip to main content
Glama
peter14l

Kotlin Multi-Agent Orchestrator

by peter14l

generate_kotlin_platform_config

Generate AndroidManifest permissions, Proguard/R8 rules, keystore signing, and Compose desktop packaging configs. Produce required platform settings from project name, package, and target type.

Instructions

Generates AndroidManifest.xml permissions, Proguard/R8 rules, Keystore release signing configurations, and Compose Multiplatform desktop packaging.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNoandroid-compose
packageNameNoAndroid package name / namespace (e.g. 'com.example.app').com.example.app
permissionsNoAndroid permissions (e.g. ['INTERNET', 'CAMERA', 'ACCESS_FINE_LOCATION']).
projectNameYesApplication name.
enableProguardNoWhether to enable Proguard / R8 code shrinking and resource optimization.
Install Server

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral burden. It does disclose the main outputs the tool generates, which is useful, but it does not mention side effects such as whether existing files are overwritten, whether a project must already exist, or whether keystore signing config uses placeholders. These are significant for a generation tool that likely writes to disk.

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, dense sentence that front-loads the action and enumerates the artifacts without any filler. Every part of the sentence contributes useful information.

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?

The description explains what is generated but misses important context: it does not mention the `target` enum, the `ktor-backend` option, or how behavior differs across targets. It also lacks side-effect and prerequisite information. Given there is no output schema and no annotations, the description is only partially complete for safe tool invocation.

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 high (80%), with four of five parameters already documented. The description adds limited parameter meaning by mapping outputs to concepts like permissions and Proguard/R8, but it does not clarify how parameters like `target` or `projectName` affect behavior beyond what the schema already provides.

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, 'Generates', and lists concrete artifacts: AndroidManifest.xml permissions, Proguard/R8 rules, Keystore release signing configurations, and Compose Multiplatform desktop packaging. This clearly differentiates the tool from siblings like generate_kotlin_localization or generate_kotlin_cicd_pipeline.

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

Usage Guidelines2/5

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

No explicit guidance is given about when to use this tool versus alternatives. The description implies it is for platform-level configuration, but it does not state when to choose this over related scaffolding tools or how the `target` enum should drive the decision, especially since `ktor-backend` is not mentioned in the description.

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