Skip to main content
Glama
cloin

SemaphoreUI MCP Server

by cloin

get_task_raw_output

Retrieve raw text output from a completed SemaphoreUI task for LLM analysis. Provide project and task IDs to access the plain text results.

Instructions

Get raw output from a completed task for LLM analysis.

Args: project_id: ID of the project task_id: ID of the task

Returns: Raw task output as plain text

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
task_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided. Description states 'completed task' implying prerequisite, but doesn't disclose other behaviors like error handling, authorization, or side effects. Adequate for a simple get but could be more thorough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Concise with clear Args and Returns sections. However, Returns section is minimal (single line). Every sentence earns its place, but structure could be improved with bullet points.

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?

Tool has output schema but description only says 'Raw task output as plain text.' No mention of error conditions, prerequisites beyond 'completed task', or response format. Adequate but not fully complete given complexity.

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

Parameters2/5

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

Schema coverage is 0%, meaning description adds minimal value beyond schema. Args section merely repeats parameter names without additional semantics like format, constraints, or examples. Does not compensate for low 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?

Description clearly states 'Get raw output from a completed task for LLM analysis.' Verb 'get' and resource 'raw output' are specific. Distinguishes from siblings like 'get_task' by specifying 'raw output' and 'completed task'.

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?

No explicit guidance on when to use this tool versus alternatives. The purpose implies it's for raw output, but no when-not or alternative names given. Lacks context for selection among many list/get tools.

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/cloin/semaphore-mcp'

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