Skip to main content
Glama

read

Read a file from an Overleaf project, optionally specifying a line range for partial content. Use this to retrieve document text or excerpts for editing and analysis.

Instructions

Read a file, line-numbered. lines='150-190' reads a range; omit for all. Prefer a range guided by outline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
linesNo
projectNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description implies a read-only operation with no side effects, which is generally safe. It does not explicitly state 'read-only' but the verb 'read' is clear enough for a low-risk operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, with exactly three short sentences that front-load the purpose and provide necessary guidance without extraneous details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

It covers the core usage and lines parameter, but leaves the 'project' parameter unexplained and does not mention output format or any additional context. For a simple read tool, this is adequate but not fully detailed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description explains the lines parameter well (e.g., 'lines=150-190 reads a range; omit for all'), but does not clarify the 'project' parameter. The path parameter is self-explanatory.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool reads a file and mentions it is line-numbered. This distinguishes it from sibling tools like write or edit, providing a specific verb and resource.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides guidance on using the lines parameter and suggests preferring a range guided by an outline, but does not explicitly compare with alternatives or state when to use this tool over others.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/meaninglessC0de/Overleaf-Claude-MCP'

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