Skip to main content
Glama

get_integration_status

Check if a project has an active Jira, Linear, Asana, monday, or GitHub integration, and optionally retrieve the fields needed to create an external issue.

Instructions

Reports whether a third-party integration (Jira, Linear, Asana, monday.com, GitHub) is connected for a project. Call this before create_external_issue or connect_integration to check whether the provider is already active. Set includeCreateOptions to true to also fetch the fields available for issue creation (provider projects, issue types, required/optional/custom fields).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNoProvider-specific target/field values (optional) used to resolve createOptions against a specific target instead of the provider default. Examples: Jira { jiraProjectKey, issueType }, Linear { teamId }, Asana { workspaceId, projectId }, monday { boardId }.
providerYesIntegration provider to check (Required).
projectIdYesProject ID (Required). The TestDino project identifier.
includeCreateOptionsNoWhen true, the response also includes createOptions: provider projects, issue types, and required/optional/custom fields for create_external_issue.
Behavior4/5

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

With no annotations provided, the description takes on the full burden of behavioral disclosure. It conveys that this is a read-only status check ('Reports whether') and describes the optional behavior of includeCreateOptions. It could be more explicit about response structure or lack of side effects, but the read-only nature is implied clearly enough.

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 extremely concise: two sentences. The first sentence states the core purpose, the second provides usage guidance and explains an optional parameter. Every word earns its place, and the structure is front-loaded with the most critical information.

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?

The description covers the essential context: what the tool does, when to use it, and what optional behavior exists. Since there's no output schema, a more explicit description of the return format (e.g., connected boolean, provider details) would improve completeness, but the description is adequate for a status-check tool with a clear purpose.

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 100%, so the baseline is 3. The description adds value by explaining the purpose of includeCreateOptions and giving usage context, but the schema already documents each parameter thoroughly. No significant gap to compensate for.

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's function: 'Reports whether a third-party integration is connected for a project.' It enumerates specific providers (Jira, Linear, Asana, monday.com, GitHub) and distinguishes itself from siblings by explicitly referencing create_external_issue and connect_integration, making its purpose unmistakable.

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

Usage Guidelines5/5

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

The description provides explicit guidance: 'Call this before create_external_issue or connect_integration to check whether the provider is already active.' This directly tells the agent when to use this tool and names the related alternatives, leaving no ambiguity about its positioning.

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/testdino-hq/testdino-mcp'

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