Skip to main content
Glama
srinivassrinu842

AAP MCP Server

aap_get_workflow_status

Read-only

Retrieve workflow job status, including elapsed time and per-node results, to track execution progress and verify successful completion.

Instructions

Get status of a running or completed workflow job including node results.

Args: params (GetWorkflowStatusInput): - workflow_job_id (int): Workflow job ID

Returns: str: JSON with workflow status, elapsed time, and per-node results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds value by stating the return format (JSON string with status, elapsed time, and per-node results) and explicitly noting it covers running or completed jobs, which is useful behavioral context beyond annotations.

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 compact, front-loaded with the primary purpose, and uses a clear Args/Returns structure. Every sentence is useful, and there is no redundant elaboration.

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?

For a simple read-only status tool with one parameter, the description covers what it does, what input it needs, and what output to expect. It lacks details like possible error conditions or status values, but given the existence of an output schema and strong annotations, this is adequate and mostly complete.

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?

The description repeats the parameter name and type ('workflow_job_id (int): Workflow job ID') without adding meaning beyond the schema. The schema itself provides a more informative description ('Workflow job ID (from launch response)'). Since schema description coverage is indicated as 0%, the description should compensate but does not.

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 gets status of a running or completed workflow job including node results. This is a specific verb+resource combination that distinguishes it from sibling tools like aap_get_job_output or aap_get_job_events.

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 use for checking workflow job status but does not provide explicit when-to-use vs alternatives or exclusions. The purpose sentence makes the use case understandable, but no guidance is given about when not to use it or what other tools to prefer for different scenarios.

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/srinivassrinu842/aap-mcp-server'

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