Skip to main content
Glama
kuatecno

claude-design

by kuatecno

get_file

Read file contents from a Claude Design project in chunks. Specify offset and limit to handle large files, and get total size to track remaining content.

Instructions

Get the raw content of a file in a Claude Design project. Use offset and limit to read large files in chunks (default chunk: 20000 chars). Reports total size so you know if more remains.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYesProject UUID or full claude.ai design URL.
pathNoFile path within the project, e.g. 'Kua - Landing.html'. If omitted and a ?file= param is in the project URL, that file is used.
offsetNoCharacter offset to start reading from (default 0).
limitNoMax characters to return (default 20000, max 40000).
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses chunking behavior (offset, limit), default chunk size, max limit, and that total size is reported. Does not explicitly state read-only nature but it's implied. Adequate transparency.

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 sentences: first defines purpose, second explains chunking. No filler, front-loaded, every sentence adds necessary information.

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

Completeness4/5

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

Given no output schema, description mentions that total size is reported, helping the agent understand response contents. Could specify format or error handling, but adequate for a simple file retrieval tool.

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?

Schema already describes all 4 parameters (100% coverage). Description adds value by explaining the chunking purpose and defaults for offset and limit, which is not obvious from schema alone.

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 that the tool gets raw file content from a Claude Design project. The verb 'get' and resource 'raw content of a file' are specific. Distinguishes from siblings like list_files and download_bundle.

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

Usage Guidelines4/5

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

Provides specific guidance on using offset and limit for large file chunking, including default and maximum values. Lacks explicit comparison to alternative tools but the usage hints are clear.

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/kuatecno/mcp-design'

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