Skip to main content
Glama
tealfabric

Tealfabric MCP Server for Cursor

Official
by tealfabric

tealfabric_get_process

Retrieve detailed information about a Tealfabric process by providing its unique process ID. Get process status, configuration, and metadata directly from the Tealfabric platform.

Instructions

Get a single Tealfabric process by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
process_idYesProcess ID
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. 'Get' clearly signals a read-only retrieval operation with no side effects, which is sufficient for a simple getter. It does not mention error behavior or return format, but nothing suggests hidden mutation or destructive 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 a single, focused sentence that conveys the essential purpose without any filler. It front-loads the action and resource, and every word contributes meaning.

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 tool's simplicity—one required parameter and a singular get operation—the description is adequately complete for selecting and invoking it. It does not explain return structure or failure modes, but the lack of output schema and minimal complexity make the description sufficient.

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?

The schema covers the single parameter fully with a description ('Process ID'), and the tool description aligns with it by saying 'by ID'. The description adds no extra semantic detail beyond what the schema already provides, so the baseline score applies.

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 states a specific verb ('Get'), a specific resource ('a single Tealfabric process'), and the identifying input ('by ID'). It clearly distinguishes this from sibling tools like tealfabric_list_processes and tealfabric_get_process_step.

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

Usage Guidelines4/5

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

The description clearly conveys that this tool is for retrieving one specific process when its ID is known, as opposed to listing processes. It does not explicitly name alternatives or exclusions, but the context is clear enough for an agent to select appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/tealfabric/cursor-mcp-tealfabric'

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