Skip to main content
Glama

FileScopeMCP

by admica

get_file_importance

Analyze and rank files in your codebase by importance using FileScopeMCP to identify critical dependencies and improve code structure understanding.

Instructions

Get the importance ranking of a specific file

Input Schema

NameRequiredDescriptionDefault
filepathYesThe path to the file to check

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filepath": { "description": "The path to the file to check", "type": "string" } }, "required": [ "filepath" ], "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