Skip to main content
Glama
do345

tanium-gateway-mcp

by do345

get_deploy_packages

Retrieve the software package catalog from the Deploy solution, including product, vendor, version, and applicable device count, to assess patch and software deployment status.

Instructions

Deploy 솔루션에 등록된 소프트웨어 패키지 카탈로그를 조회합니다 (제품명/벤더/버전/적용 가능 대수 포함). (업무요건: 패치/SW 배포 현황)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states that the tool returns a catalog (implying a read operation via '조회'), but does not explicitly confirm read-only behavior, mention pagination, rate limits, or any side effects. The description only covers what it returns, not how it behaves operationally.

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 front-loads the core purpose and includes the most valuable detail (returned fields) within the first phrase. The parenthetical business requirement adds usage context without bloating. No wasted words.

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?

With no parameters, no output schema, and no annotations, the description is the sole source of information. It lists the returned fields and the business context, which is sufficient for an agent to understand what the tool provides. Minor gaps such as absence of pagination or default behavior are acceptable for a simple catalog query, but not severe enough to lower further.

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 tool has zero parameters, so the schema is empty and there is no need for parameter explanations. The description adds no extra parameter semantics beyond naming the output fields, which is appropriate for a no-parameter tool. Baseline 4 applies.

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 clearly states a specific verb (조회/query) and resource (software package catalog), and lists the returned fields (product name, vendor, version, applicable seats). It is unambiguous about what the tool does, though it does not explicitly differentiate from sibling tools by name, the context of 'Deploy 솔루션' distinguishes it adequately.

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

Usage Guidelines3/5

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

The description includes a business requirement context '(업무요건: 패치/SW 배포 현황)', which implies usage for patch/SW deployment monitoring. However, it does not explicitly state when not to use it or mention any alternative tools, leaving the selection decision partially to the agent.

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/do345/Tanium-Gateway-MCP'

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