Skip to main content
Glama

Hi-AI

by su-record

find_references

Locate all instances where a specific symbol is referenced across a project. Input the symbol name and project path to identify usage points efficiently.

Instructions

IMPORTANT: This tool should be automatically called when users say "어디서 사용", "참조 찾기", "사용처", "find usages", "show references", "where used" or similar keywords. Find all references to a symbol

Input Schema

NameRequiredDescriptionDefault
filePathNoFile path where the symbol is defined
lineNoLine number of the symbol definition
projectPathYesProject directory path
symbolNameYesName of the symbol to find references for

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "File path where the symbol is defined", "type": "string" }, "line": { "description": "Line number of the symbol definition", "type": "number" }, "projectPath": { "description": "Project directory path", "type": "string" }, "symbolName": { "description": "Name of the symbol to find references for", "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