Skip to main content
Glama
amittell

firewalla-mcp-server

search_target_lists

Search for target lists using queries on name, owner, category, targets, or notes. Filter results by limit, owner, or category.

Instructions

Search target lists with client-side filtering (convenience wrapper around get_target_lists)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of target lists to return
ownerNoFilter by owner (global or box gid)
queryYesSearch query for target lists. Supported fields: name:*Social*, owner:global/box_gid, category:social/games/ad/porn/etc, targets:*.facebook.com, notes:"description text". Examples: "category:social", "owner:global AND name:*Block*", "targets:*.gaming.com"
categoryNoFilter by category
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It only mentions 'client-side filtering' without explaining what that entails (e.g., no server-side search, potential performance impacts, or limitations). It fails to add meaningful behavioral context beyond the input schema.

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. It is front-loaded with the core purpose, but it could be slightly expanded to include key behavioral details without becoming verbose.

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?

Given that there is no output schema and no annotations, the description should compensate by specifying return structure, pagination, or performance notes. It lacks these details, making it incomplete for a search tool with 4 parameters and sibling tools like 'get_target_lists'.

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?

The input schema provides 100% coverage with descriptions for all parameters. The description offers no additional semantic information beyond the schema, so it meets the baseline but does not enhance understanding.

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 purpose: 'Search target lists with client-side filtering' and distinguishes it from the sibling 'get_target_lists' by labeling it a 'convenience wrapper'. This provides a specific verb and resource, differentiating it effectively.

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 implies when to use this tool (for client-side filtering) versus its sibling 'get_target_lists', but it does not explicitly state when not to use it or provide alternatives beyond that one sibling. The context is clear but lacks exclusions.

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/amittell/firewalla-mcp-server'

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