Skip to main content
Glama

tailscale_posture_integration_create

Create a posture provider integration for CrowdStrike, Falcon, Intune, Jamf Pro, Kandji, Kolide, or SentinelOne to enforce device compliance in Tailscale.

Instructions

Create a new third-party posture provider integration. Supported providers: crowdstrike, falcon, intune, jamfPro, kandji, kolide, sentinelone. Required fields depend on the provider.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cloudIdNoCloud ID (provider-specific)
clientIdNoClient ID for the posture provider
providerYesPosture provider type
tenantIdNoTenant ID (for Intune/Azure-based providers)
clientSecretNoClient secret for the posture provider
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that required fields vary by provider, which is useful but does not detail side effects, idempotency, or error conditions. The schema already marks provider as required, but the description adds context on conditional requirements.

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 concise with three terse sentences: one for the action, one listing providers, and one about required fields. Every sentence adds useful information without repetition.

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 has no output schema and 5 parameters (1 required), the description covers the essential action and the dynamic requirement nature. It could be improved by mentioning the expected response (e.g., created integration object), but it is adequate for an AI agent to understand the tool's role.

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?

Schema coverage is 100% with each parameter described. The description adds value by indicating that required fields depend on the provider, which is not explicit in the schema. This helps the agent understand conditional parameter usage beyond static definitions.

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 explicitly states the action ('Create') and the resource ('third-party posture provider integration'), and lists all supported providers. It clearly distinguishes from sibling tools like tailscale_posture_integration_delete and tailscale_posture_integration_list.

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 notes that 'Required fields depend on the provider,' which guides usage. However, it does not explicitly compare to alternatives or state when not to use this tool. The sibling tools are sufficiently differentiated by their names and purposes.

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/itunified-io/mcp-tailscale'

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