Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
axint_scaffoldA

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.

axint_compileA

Compile a TypeScript intent definition into a native Swift App Intent. Optionally emits Info.plist and entitlements fragments alongside the Swift file. Pass the full TypeScript source code using the defineIntent() API.

axint_validateB

Validate a TypeScript intent definition without generating Swift output. Returns diagnostics with error codes and fix suggestions.

axint_compile_from_schemaA

Compile a minimal JSON schema directly to Swift, bypassing TypeScript. Supports intents, views, and widgets. Minimal JSON means ~20 tokens vs hundreds for full TypeScript. Returns Swift code with token usage stats.

axint_list_templatesA

List the bundled reference templates. Use axint_template to fetch the full source of a specific template by id.

axint_templateA

Return the full TypeScript source code of a bundled reference template by id. Use axint_list_templates to discover valid ids.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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