Skip to main content
Glama

axint_scaffold

Generate starter TypeScript intent files for Apple App Intents using the axint SDK. Provide a name, description, optional domain, and parameters to create ready-to-compile source code.

Instructions

Generate a starter TypeScript intent file using the axint SDK. Pass a PascalCase name, a description, and optionally a domain (messaging, productivity, health, finance, commerce, media, navigation, smart-home) and a list of parameters. Returns ready-to-save source code that compiles with axint compile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPascalCase name for the intent, e.g., 'CreateEvent'
descriptionYesHuman-readable description of what the intent does
domainNoOptional Apple App Intent domain (messaging, productivity, health, finance, commerce, media, navigation, smart-home)
paramsNoOptional initial parameters. Each item: { name, type, description }. Supported types: string, int, double, float, boolean, date, duration, url.
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions the tool 'Returns ready-to-save source code that compiles with `axint compile`', which provides some behavioral context about output format and compilation compatibility. However, it doesn't address permissions, rate limits, error conditions, or what happens if invalid inputs are provided.

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 efficiently structured in two sentences: one stating the purpose and parameters, another describing the output. Every element serves a purpose with zero wasted words, making it easy to parse and understand quickly.

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?

For a code generation tool with 4 parameters and no output schema, the description provides adequate but not comprehensive context. It explains what the tool does and what it returns, but lacks details about error handling, edge cases, or integration with sibling tools. The absence of annotations means more behavioral context would be helpful.

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 the schema already documents all parameters thoroughly. The description adds minimal value beyond the schema by mentioning 'PascalCase name' and listing domain options, but doesn't provide additional semantic context. This meets the baseline expectation when schema coverage is high.

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 purpose: 'Generate a starter TypeScript intent file using the axint SDK.' It specifies the verb ('Generate'), resource ('starter TypeScript intent file'), and technology context ('axint SDK'), distinguishing it from sibling tools like compile or validation tools.

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 context by mentioning the SDK and compilation, but doesn't explicitly state when to use this tool versus alternatives like 'axint_template' or 'axint_compile_from_schema'. It provides some guidance through the parameter descriptions but lacks explicit when/when-not directives.

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/agenticempire/axint'

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