Skip to main content
Glama

ruyi_get_script_source

Retrieve script source code from a specified URL using line range or character offset to pinpoint exact code segments.

Instructions

获取指定 URL 脚本的源码片段。支持行号范围或字符偏移。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes脚本 URL(精确匹配优先,然后子串匹配)
lengthNo返回字符数(配合 offset 使用),默认 1000
offsetNo字符偏移(0-based,用于单行压缩文件)
endLineNo结束行号(1-based)
pageIdxNo
startLineNo起始行号(1-based)
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions the two access modes but does not explain what happens if both modes are specified, how pageIdx works, what the return format is, or how errors are handled. This is a significant gap for a tool with no output schema.

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 a single, front-loaded sentence that communicates the core purpose and key capabilities without any wasted words. Every element earns its place, making it highly efficient.

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

Completeness2/5

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

For a tool with 6 parameters, two selection modes, and no output schema, the description is too sparse. It does not clarify when to use offset vs. line numbers, what pageIdx does, or what the response structure looks like. This leaves the agent with many unanswered questions for correct invocation.

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 description coverage is 83%, which is high, but the description adds a conceptual model by categorizing parameters into 'line number range' (startLine, endLine) and 'character offset' (offset, length) modes. This goes beyond the individual schema descriptions, giving the agent a better mental model for parameter usage.

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 retrieves a source code snippet for a specified URL, with support for line-number ranges or character offsets. This specific verb+resource+scope distinguishes it from siblings like ruyi_list_scripts, ruyi_save_script_source, and ruyi_search_in_sources.

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?

The description implies usage by explaining the two selection modes (line range vs. character offset), but provides no explicit guidance on when to use this tool over alternatives, nor any exclusions or prerequisites. It leaves the user to infer the appropriate context from the schema.

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/Facetomyself/ruyi-mcp'

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