Skip to main content
Glama
tealfabric

Tealfabric MCP Server for Cursor

Official
by tealfabric

tealfabric_create_integration

Creates a new integration on the Tealfabric platform. Specify required name and type, and optionally set status, active state, description, or connector ID.

Instructions

Create a new integration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesIntegration name
typeYesIntegration type
statusNo
is_activeNoWhether integration is enabled
descriptionNo
connector_idNo
Install Server

TDQS

C2.3/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden, but it only says 'create' and offers no side-effect, permission, validation, idempotency, or failure-mode information. It implicitly signals mutation but does not disclose consequences such as whether connector_id is required or what happens on duplicate names.

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

Conciseness2/5

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

The single sentence is concise and front-loaded, but it is severely under-specified for a tool with six parameters and no annotations. It resembles the 'Process' case where brevity is more under-specification than genuine conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, no annotations, and a six-parameter input, this description is far too sparse to support correct invocation. It omits even basic context about required inputs, connector usage, activation status, and expected results.

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

Parameters1/5

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

The description does not mention any of the six parameters. Schema coverage is only 50%, so status, description, and connector_id are undocumented in both the schema and the description, and the required name/type semantics are not enriched either.

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 has a specific verb ('Create') and resource ('integration'), which clearly states the primary action. It differentiates from sibling tools such as update_integration by the create/update contrast, though it provides no details about what an integration is or how it relates to connectors.

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?

No guidance is given for when to use this tool over alternatives. The description does not mention that creation is for new integrations while update_integration applies to existing ones, nor does it state any prerequisites or conditions.

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