Skip to main content
Glama
jospnunes

Idencify

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
symbol_searchB

Hybrid semantic + keyword search over all symbols in the indexed repository.

get_definitionA

Fetch the full source and metadata of a symbol by name or id.

get_contextB

Assemble task-relevant code context for a natural-language question.

analyze_impactC

List symbols and files affected by changing a given symbol (reverse dependencies).

expand_call_graphC

Walk callers/callees from a symbol up to a given depth.

detect_cyclesB

Find dependency cycles between symbols and files.

check_boundariesB

Verify architectural boundaries between modules and layers.

find_patternC

Locate structural code patterns across the repository.

summarize_fileA

Summarize a file's symbols, relations and role in the codebase.

health_scoreA

Score repository health: dead code, cycles, coupling, coverage of the graph.

graph_diffB

Diff the code graph between two points in time (added/removed symbols and edges).

semantic_changelogB

Human-readable changelog derived from graph changes between syncs.

search_historyB

Search past ingestion/sync history of the repository.

rate_contextA

Feedback loop: rate the usefulness of previously returned context.

sync_repositoryA

Trigger re-indexing of the connected repository.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/jospnunes/idencify-mcp'

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