Skip to main content
Glama

AHK_File_List

List AutoHotkey files with search filters, wildcards, and pagination to manage AHK scripts efficiently.

Instructions

List AHK files with optional name search. Use nameFilter with wildcards (e.g., "Hotstring") to find specific files.

πŸ“Ž Active File: Not set. Use AHK_File_Active to select a target.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
directoryNoDirectory root to enumerate (defaults to active file directory or current working directory).
nameFilterNoFilter by filename pattern with * wildcards (e.g., "*Hotstring*", "GUI_*"). 1-200 characters.
recursiveNoInclude files from subdirectories.
includeDirectoriesNoInclude directories in the results.
includeHiddenNoInclude entries beginning with .
extensionsNoLimit results to specific file extensions (defaults to [".ahk"]). Use empty array to include all files.
offsetNoNumber of items to skip for pagination.
limitNoMaximum items to return per page.
maxDepthNoMaximum depth when recursive is true.
includeStatsNoInclude size/modified metadata.
absolutePathsNoReturn absolute paths in results.
outputFormatNoOutput format: compact (paths only ~minimal tokens), detailed (with stats), json (full data).compact

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