Skip to main content
Glama
zhy1369800

VPS MCP Server

by zhy1369800

agy_ask

Ask questions to agy with automatic session context. Execute in a sandbox or persistent tmux session for continuous interactions.

Instructions

向 agy 提问,自动维护上下文会话 ID。支持直接在普通沙盒中执行,或指定持久化的 tmux 会话执行并自动读取完毕后一次性返回。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo透传给 agy 的模式参数
agentNo透传给 agy 的代理参数
clearNo是否清空可见屏幕及历史滚动缓冲区,默认为 true
modelNo透传给 agy 的模型参数
addDirNo透传给 agy 的添加目录参数
effortNo透传给 agy 的思考深度参数
promptYes要提问的具体内容
projectNo透传给 agy 的项目参数
sessionIdNo(可选)绑定的持久 tmux 会话 ID。如果提供,将在该会话中执行;否则在常规沙盒环境中执行。
dangerouslySkipPermissionsNo是否自动跳过权限询问,默认为 true
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses automatic context maintenance and one-shot return behavior, which is helpful. However, it omits details such as authorization needs, rate limits, or potential side effects.

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 extremely concise, consisting of two sentences that efficiently convey the core purpose and key usage modes without extraneous information.

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?

Given 10 parameters and no output schema, the description is insufficient. It does not explain what the tool returns, error handling, or how parameters like mode, agent, or model affect behavior. The return behavior is only vaguely mentioned.

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?

Schema coverage is 100%, providing descriptions for all 10 parameters. The tool description does not add additional meaning beyond the schema, so the baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states the tool's purpose: to ask questions to 'agy' while automatically maintaining context session ID. It mentions two execution modes (sandbox or tmux session), which adds specificity, but does not explicitly distinguish it from sibling tools like run_command or session_read.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, nor does it specify prerequisites or conditions. It only describes two execution modes without indicating which is preferred in which scenario.

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/zhy1369800/vps-mcp-server'

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