Skip to main content
Glama

axint.suggest

Read-onlyIdempotent

Suggests Apple-native features for an app based on its description. Returns a ranked list with estimated complexity and recommended surfaces for implementation.

Instructions

Suggest Apple-native features for an app based on its description. The domain is only a weak hint; the app description wins. Returns a ranked list of features with recommended surfaces (intent, widget, view, component, store, app), estimated complexity, and a one-line description for each. Use: use before generation to choose Apple surfaces; not a substitute for registry search or validation. Inputs: prompt is the product brief; dir adds project context; Pro mode is used only when configured. Effects: local mode is read-only; Pro mode may call Axint endpoint when credentials are configured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoSuggestion strategy. local is deterministic and offline. pro/ai uses the.
goalsNoOptional product goals for Pro mode, such as activation, retention, conversion.
limitNoMaximum number of suggestions to return. Defaults to 5.
stageNoOptional product stage used by Pro mode to tune suggestions without embedding.
domainNoPrimary app domain.
excludeNoOptional concepts to avoid, for example ['dating', 'fitness'].
audienceNoOptional audience context, such as consumers, teams, operators, developers.
platformNoOptional Apple platform target used by AI mode to tailor suggestions.
constraintsNoOptional constraints for Pro mode, such as must be macOS-native, no server, no.
appDescriptionYesWhat the app does, in natural language. E.g., 'A fitness tracking app that logs workouts and counts steps' or 'A recipe app for discovering and saving meals'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
isErrorNo
Behavior4/5

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

Annotations indicate read-only and idempotent behavior. Description adds that local mode is read-only and Pro mode may call an endpoint when configured. No contradictions; the description provides useful behavioral context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately concise with three informative sentences. It front-loads the core purpose and tucks details later. Could be slightly tighter, but avoids wordiness.

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

Completeness4/5

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

Covers return format (ranked list with surfaces, complexity, description), mode side effects, and relationship between domain and description. With an output schema present, return values are well documented. Minor lack of error/edge case discussion is acceptable given the tool's complexity.

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 provides 100% description coverage for all 10 parameters with detailed descriptions. However, the tool description mentions 'prompt' and 'dir' which do not match the schema's parameter names (appDescription, domain, etc.), causing potential confusion and reducing clarity.

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 that the tool suggests Apple-native features for an app based on its description. It uses specific verbs and resources, and distinguishes itself from sibling tools like registry.search by advising against substitution.

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

Usage Guidelines4/5

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

Explicitly says 'use before generation to choose Apple surfaces' and provides guidance that domain is a weak hint. However, it could be more explicit about when not to use it, though the negative guidance is present.

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