Skip to main content
Glama

linode_get_firewall

Read-only

Retrieve details of a specific Cloud Firewall, including its inbound and outbound rules and attached resources, by providing its ID.

Instructions

Get one Cloud Firewall by id, including its inbound and outbound rules and the resources it is attached to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
firewall_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate readOnlyHint=true. The description adds context about what the response includes (inbound/outbound rules and attached resources), which goes beyond the annotation. No contradictions.

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?

One efficient sentence that conveys all necessary information without redundancy. Front-loaded with the key action and resource.

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?

Given the tool's simplicity (one integer parameter), presence of output schema, and readOnlyHint annotation, the description is complete. It covers what the tool retrieves without needing to explain return values.

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?

With 0% schema description coverage, the description adds minimal meaning: it states the parameter is an ID. However, since there is only one parameter, this is adequate but not rich. Baseline for low coverage is 3.

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 verb 'Get' and the resource 'one Cloud Firewall by id'. It distinguishes from sibling tools like linode_list_firewalls (which lists all) by specifying it returns a single firewall including its rules and attached resources.

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 usage when you have a specific firewall ID and need detailed information. It does not explicitly exclude alternatives, but the context among sibling tools makes it clear that this is for single retrieval.

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/akamai-developers/akamai-cloud-mcp'

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