Skip to main content
Glama
yaylaerkan

palo-alto-bgp-ipsec

by yaylaerkan

add_service_group

Destructive

Create a service group from existing service objects to simplify policy management. Stages changes in candidate configuration, requiring a commit to apply.

Instructions

[MODIFIES CONFIG] Creates a service group containing one or more service objects. Staged in candidate config — requires 'commit' to activate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesService group name
membersYesList of service object names to include
firewallNoTarget firewall name (from firewalls.json). Required when multiple firewalls are configured; optional otherwise.
descriptionNoOptional description
Install Server

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already mark this as readOnly=false and destructiveHint=true, and the description adds valuable context beyond that by explaining the staged-candidate-config behavior and the need to commit. This clarifies the side-effect profile and timing without contradicting the annotations.

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 one front-loaded sentence with a clear modifier tag and no wasted words. It immediately communicates purpose and critical workflow behavior.

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?

The schema documents all parameters and required fields, while the description adds the crucial candidate-config/commit workflow. It does not describe return values, but for a config-creation tool without an output schema, the essential information for calling it correctly is present.

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?

All four parameters have schema descriptions, so the baseline is 3. The description adds general meaning around 'members' as service object names, but does not explain the firewall parameter's role or other parameter nuances beyond what the schema already provides.

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 states a specific verb ('Creates') and resource ('service group'), and clarifies the group contains 'one or more service objects'. This clearly differentiates the tool from sibling operations like get_service_groups or delete_service_group.

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 provides clear operational context: the change is 'Staged in candidate config' and 'requires commit to activate'. This tells an agent when and how the tool fits into the workflow, though it does not explicitly name alternatives or exclusion criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/yaylaerkan/palo-alto-bgp-ipsec'

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