Skip to main content
Glama

uof_custom_get_task_result

Retrieve the per-station approval history for a specific task, showing approver, decision, comment, and timestamp. Use to track which step the workflow is at and who has acted.

Instructions

查詢一張單的逐站簽核歷程(每一站的簽核者、結果、意見、時間)。

何時使用:想看簽核走到哪一站、誰簽了什麼意見時。站點顯示「待簽」代表表單停在該站。 只要摘要狀態用 get_task_data 即可。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes表單工作代號 TaskId
include_form_dataNo是否一併回傳表單欄位內容

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. It explains return content and the meaning of 'pending sign', but does not explicitly state read-only nature or authorization requirements.

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?

Description is concise, structured, and front-loaded with purpose. Every sentence adds value, and it fits within a short paragraph.

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 the output schema exists and the context signals, the description is mostly complete. Minor gap: no mention of whether all stations are returned or only up to the current status, but that is implied.

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%, with parameter descriptions already present. The tool description does not add significant extra semantics beyond the schema's coverage.

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 queries per-station signing history (signer, result, opinion, time) and differentiates itself from the sibling tool get_task_data, which is for summary status only.

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

Usage Guidelines5/5

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

Explicit when-to-use: '想看簽核走到哪一站、誰簽了什麼意見時' and explicitly advises to use get_task_data for summary status, providing clear alternatives.

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/asgard-ai-platform/mcp-uof'

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