Skip to main content
Glama

Overleaf MCP Server

by mjyoo2

get_section_content

Extract specific section content from a LaTeX file in Overleaf projects using file path and section title. Enables targeted access to document sections for analysis or processing.

Instructions

Get content of a specific section

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to the LaTeX file
gitTokenNoGit token (optional, uses env var)
projectIdNoProject ID (optional, uses env var)
projectNameNoProject name (default, project2, etc.)
sectionTitleYesTitle of the section

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "filePath": { "description": "Path to the LaTeX file", "type": "string" }, "gitToken": { "description": "Git token (optional, uses env var)", "type": "string" }, "projectId": { "description": "Project ID (optional, uses env var)", "type": "string" }, "projectName": { "description": "Project name (default, project2, etc.)", "type": "string" }, "sectionTitle": { "description": "Title of the section", "type": "string" } }, "required": [ "filePath", "sectionTitle" ], "type": "object" }
Install Server

Other Tools from Overleaf 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/mjyoo2/OverleafMCP'

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