Skip to main content
Glama
adrojis

tracecat-mcp-community

by adrojis

tracecat_get_integration

Retrieve integration details for a specific provider, including configuration, connection status, and grant type.

Instructions

Get integration details (provider config, connection status, grant type) for a specific provider

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
provider_idYesProvider ID (e.g. 'microsoft_graph', 'slack', 'custom_myprovider')
Behavior3/5

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

No annotations exist, so the description must carry full behavioral disclosure. It specifies that the tool returns provider config, connection status, and grant type, but does not mention error responses, permissions, or side effects. It leaves room for ambiguity about the full response structure.

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 sentence that directly states the action and key outputs. It is concise, front-loaded, and contains no extraneous text.

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 retrieval tool without output schema, the description covers the core functionality. It lists three key output components, which is helpful for an agent. Minor gaps like handling of invalid provider_id could improve completeness but are not critical.

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

Parameters4/5

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

The schema already fully describes the single parameter with examples. The description adds value by indicating what the returned details include, going beyond the schema's 'Provider ID' label.

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 retrieves integration details for a specific provider, listing specific attributes (provider config, connection status, grant type). This distinguishes it from siblings like tracecat_get_provider or tracecat_list_integrations.

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 on when to use this tool versus alternatives like tracecat_get_provider, tracecat_list_integrations, or tracecat_disconnect_integration is provided. The description lacks context about prerequisites or typical use cases.

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/adrojis/tracecat-mcp-community'

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