Skip to main content
Glama
nusawave

Nusawave MCP Server

Official
by nusawave

read_repo_file

Read a file from a local repository by providing its relative path and optional character limit.

Instructions

Read a file from the configured local repository.

Args:
    relative_path: Path relative to repo root, e.g. docs/index.md or zensical.toml
    max_chars: Maximum characters to return (default 50000)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
relative_pathYes
max_charsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, and description only states basic read action. Does not disclose error handling, size limits, encoding, or other behavioral traits. For a tool with no annotations, this is insufficient.

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?

Two-line description plus parameter docs, front-loaded purpose, no redundant words. Efficient and clear.

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?

Covers the basic action and parameter semantics, but lacks behavioral context (e.g., error on missing file) and usage guidance. Given output schema exists, return value description is not required, but tool still feels incomplete.

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

Parameters4/5

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

Description adds meaningful parameter details: provides example path format, notes default for max_chars. Schema description coverage is 0%, so description compensates well.

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?

Clearly states 'Read a file from the configured local repository' with a specific verb and resource. Differentiates from sibling tools like audit_live_site and fetch_public_page that deal with web resources.

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?

Implies usage for reading local repo files but lacks explicit when-to-use or when-not-to-use guidance. No mention of alternatives or prerequisites.

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/nusawave/mcp-nusawave'

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