Skip to main content
Glama

FileScopeMCP

by admica

find_important_files

Rank and identify key files in your codebase by importance using a customizable scoring system, helping developers prioritize and understand code structure efficiently.

Instructions

Find the most important files in the project

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of files to return (default: 10)
minImportanceNoMinimum importance score (0-10)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Number of files to return (default: 10)", "type": "number" }, "minImportance": { "description": "Minimum importance score (0-10)", "type": "number" } }, "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/admica/FileScopeMCP'

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