Skip to main content
Glama

FileScopeMCP

by admica

read_file_content

Extract and read the content of a specific file by providing its path. Enables quick access to file details within the FileScopeMCP server for better code structure understanding.

Instructions

Read the content of a specific file

Input Schema

NameRequiredDescriptionDefault
filepathYesThe path to the file to read

Input Schema (JSON Schema)

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