Skip to main content
Glama

Hi-AI

by su-record

find_symbol

Locate specific code symbols like functions, classes, or variables in a project directory using semantic analysis. Enables quick navigation and understanding of code structure in Hi-AI development workflows.

Instructions

IMPORTANT: This tool should be automatically called when users say "함수 찾아", "클래스 어디", "변수 위치", "find function", "where is class", "locate symbol" or similar keywords. Find symbol definitions using semantic analysis

Input Schema

NameRequiredDescriptionDefault
projectPathYesProject directory path
symbolNameYesName of the symbol to find
symbolTypeNoType of symbol to search for

Input Schema (JSON Schema)

{ "properties": { "projectPath": { "description": "Project directory path", "type": "string" }, "symbolName": { "description": "Name of the symbol to find", "type": "string" }, "symbolType": { "description": "Type of symbol to search for", "enum": [ "all", "function", "class", "interface", "variable", "type" ], "type": "string" } }, "required": [ "symbolName", "projectPath" ], "type": "object" }

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/su-record/hi-ai'

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