Skip to main content
Glama

Expo MCP Server

by mattlemmone

tailFile

Retrieve the last N lines of a file to monitor logs or extract recent data efficiently. Specify the file path and number of lines for quick file analysis and debugging.

Instructions

Read the last N lines from a file

Input Schema

NameRequiredDescriptionDefault
filePathYesThe path to the file to tail
linesYesNumber of lines to read from the end of the file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "The path to the file to tail", "type": "string" }, "lines": { "description": "Number of lines to read from the end of the file", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "filePath", "lines" ], "type": "object" }

Other Tools from Expo MCP Server

Related Tools

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/mattlemmone/expo-mcp'

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