Skip to main content
Glama
do345

tanium-gateway-mcp

by do345

get_reports

Retrieve Tanium report metadata, including name, module, author, label, and modification date, to support periodic reporting and dashboard status tracking.

Instructions

Tanium Reporting 솔루션에 저장된 보고서(Report) 목록을 조회합니다 (이름, 모듈, 작성자, 라벨, 수정일 포함). (업무요건: 정기 보고/대시보드 현황 파악)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNo보고서 이름/설명에 포함된 검색어
firstNo조회할 보고서 수 (기본 20)
moduleNameNo특정 모듈 이름으로 필터 (예: Comply, Patch)
Behavior2/5

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

Annotations are absent, so the description carries full burden. '조회' implies a read operation, but no explicit statement of non-destructiveness, authentication needs, rate limits, or pagination behavior is provided. The description adds no behavioral context beyond the basic purpose.

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 concise sentence. The parenthetical about business requirements is extra context but does not detract. It is efficient with no redundant wording.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema and no description of the return structure (e.g., array of report objects) or pagination details. Behavioral aspects like how 'first' affects results are not explained. For a list-retrieval tool, this is incomplete for agents to use without extra inference.

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 all three parameters (text, first, moduleName) are already documented. The description does not add additional semantics or clarify usage beyond the schema, which is already sufficient. Baseline 3 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 the verb '조회' (retrieve) and the resource '보고서 목록' (list of reports) with included fields. It is specific about what it does but does not explicitly differentiate from siblings like get_report_result_data, which could be a related tool for fetching report data.

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?

There is no guidance on when to use this tool versus alternatives. It does not state when not to use it, nor does it mention any related tools or conditions. The context '정기 보고/대시보드 현황 파악' is a business requirement but does not provide tool-selection criteria.

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