Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

search_bind_zone_records

Read-only

Search DNS records in a BIND zone by filtering on type, name, or data, with pagination and sorting to quickly locate specific entries.

Instructions

Search DNS records within a BIND zone

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
sort_byNoField to sort by (name, type, rdata, etc.)name
page_sizeNoNumber of results per page
parent_idYesZone ID to list records for
record_typeNoFilter by record type (A, AAAA, CNAME, MX, TXT, etc.)
search_termNoSearch in record name/rdata (client-side filter)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds no behavioral details beyond restating the tool's purpose; it does not mention pagination behavior, filtering semantics, or any prerequisites. This is a minimal but non-contradictory disclosure.

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, clear sentence that is front-loaded with the action and resource. Every word contributes value, with no filler.

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

Completeness5/5

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

The tool is a straightforward read-only search with one required parameter (parent_id) and a well-documented schema. An output schema exists to describe return values, and annotations cover safety. The description, while minimal, is sufficient given the richness of the structured metadata.

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 has 100% description coverage, documenting all six parameters including their defaults and types. The description adds no additional parameter context, so the baseline score of 3 applies.

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 uses the specific verb 'search' and identifies the resource as DNS records within a BIND zone, clearly distinguishing from sibling tools like search_bind_zones (which lists zones) and manage_bind_zone_record (which modifies records).

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 establishes clear context for a read-only search operation, but it does not explicitly mention when to use it over alternatives such as search_bind_zones or manage_bind_zone_record. No exclusions or alternative recommendations are provided, but the purpose is unambiguous.

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/gensecaihq/pfsense-mcp-server'

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