Skip to main content
Glama
jgstew

bigfix-root-mcp

by jgstew

client_query

Execute a fast BigFix client relevance query on targeted computers and retrieve results, polling until completion or timeout.

Instructions

Submit a BigFix client (fast) query and wait for results, polling until done or timeout. Targeting: set exactly one of target_all, target_computer_ids, target_computer_names, or target_relevance (client relevance evaluated on each agent to decide applicability). Targeting is limited to the configured operator's scope, so target_all means all computers this operator can see, not necessarily all computers in BigFix.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
query_textYesClient relevance to evaluate on each targeted agent.
target_allNoTarget all computers.
stable_pollsNoStop after this many consecutive polls with no new computers reporting (once at least one has).
expected_countNoStop once this many computers reported. Defaults to the targeted computer count when knowable.
timeout_secondsNoMax seconds to wait (1-600).
target_relevanceNoClient relevance targeting expression.
target_computer_idsNoTarget these BigFix computer IDs.
poll_interval_secondsNoSeconds between polls (min 2).
target_computer_namesNoTarget these computer names.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It discloses that the tool polls, waits until done or timeout, and constraints targeting to exactly one mode. It also clarifies that target_all means within the operator's scope. It does not explicitly state side-effect freedom (e.g., read-only), but the query nature makes that implicit.

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 compact: two sentences, first being the core action, second addressing targeting constraints. Every clause provides necessary information without fluff. The most important usage guidance is front-loaded.

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 9 parameters, no annotations, and an output schema (which covers returns), the description covers the essential behavioral context: synchronous polling, timeout, targeting options, and scope limits. It omits details about poll_interval and timeout ranges, but those are in the schema. It is sufficient for a tool of this complexity.

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%, but the description adds meaning beyond the schema: target_relevance is explained as 'client relevance evaluated on each agent to decide applicability,' expected_count's default behavior is clarified ('Defaults to the targeted computer count when knowable'), and stable_polls' stopping condition is rephrased. This adds genuine value over the raw property descriptions.

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 opens with a specific verb+resource+behavior: 'Submit a BigFix client (fast) query and wait for results, polling until done or timeout.' This clearly distinguishes it from siblings like client_query_submit and client_query_results, which handle submission and retrieval separately. The sync-and-poll nature is explicit.

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 gives a clear, actionable targeting rule: 'set exactly one of target_all, target_computer_ids, target_computer_names, or target_relevance.' It also explains the operator-scope limitation. It doesn't mention alternatives like client_query_submit/results for async use, so it misses the 'when-not' guidance, but the provided context is strong.

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/jgstew/bigfix-root-mcp'

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