Skip to main content
Glama

List Tabflows integrations

list_integrations
Read-only

The tools Tabflows works with (EHRs, scribes, messaging, labs and more), optionally filtered by category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
integrationsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safe read-only nature is covered. The description adds useful context about what counts as an integration and that the category filter is optional, but it does not describe output shape, pagination, or any other runtime behavior. This is acceptable given the annotations but not rich.

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?

The description is a single compact sentence with no filler. It front-loads the resource and then adds the filter capability. The only structural issue is that it is phrased as a noun phrase rather than a clear imperative sentence.

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, the description does not need to explain return values. The tool is simple, with one optional enum parameter and read-only annotations. The description covers the domain and the filter option, making it sufficiently complete for an agent to invoke correctly, though a brief note about what each integration entry contains would have been a minor improvement.

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 description coverage is 0%, so the description must compensate. It does convey that the category parameter is optional and filters results, and it gives examples that overlap with the enum values. However, it does not explain the exact meaning of each enum option or how the filter behaves, though the schema itself lists the allowed values.

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 title and description together clearly identify the resource (Tabflows integrations) and the action (list). The description adds helpful examples of integration types, and the resource is distinct from siblings like get_integration and list_workflows. It would be stronger with an explicit verb in the description itself, but the meaning is unambiguous.

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?

The description gives no guidance on when to choose this tool over alternatives such as get_integration or search. It only mentions the optional category filter, which is parameter-level usage rather than tool-selection guidance. No exclusions or sibling comparisons are provided.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources