Skip to main content
Glama

AHK_Tools_Search

Search and discover AutoHotkey tools efficiently by category or keyword, controlling detail levels to optimize token usage for exploration.

Instructions

Efficiently discover available AHK tools without loading all 35+ tool definitions upfront. Progressive tool discovery reduces initial token usage from 17,500-70,000 tokens to 50-1,000 tokens based on detail level.

Examples: • List all file tools: { category: "file", detailLevel: "names" } - Returns only tool names (~50 tokens) • Search for analysis tools: { category: "analysis", detailLevel: "summary" } - Returns names + brief descriptions (~200 tokens) • Find tools with keyword: { keyword: "edit", detailLevel: "summary" } - Returns matching tools • Get full details: { category: "file", detailLevel: "full" } - Returns complete tool definitions (~1000+ tokens)

Categories:

  • file: File operations (view, edit, create, detect)

  • analysis: Code analysis and diagnostics

  • execution: Script running and debugging

  • docs: Documentation search and context

  • library: Library management (list, info, import)

  • system: System configuration and settings

Detail Levels:

  • names: Just tool names (minimal tokens)

  • summary: Names + brief descriptions (medium tokens)

  • full: Complete tool definitions with all parameters (high tokens)

Use Cases: • Initial exploration: Use "names" or "summary" to see what's available • Targeted search: Use keyword to find specific functionality • Full details: Use "full" only when you need complete parameter schemas

See also: AHK_Config (system configuration), AHK_Analytics (usage analytics)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoTool category to searchall
keywordNoKeyword to search in tool names and descriptions
detailLevelNoLevel of detail: names (~50 tokens), summary (~200 tokens), full (~1000+ tokens)summary

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/TrueCrimeDev/ahk-mcp'

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