Skip to main content
Glama

search_actions

Read-onlyIdempotent

Search the UniFi action catalog by query, category, or read-only filter to retrieve action IDs for later execution via execute_action. Use this to narrow down actions when the full list is too large.

Instructions

Search the UniFi action catalog and return action IDs that can be executed via execute_action. Use this when the direct tool list is too large or when you want category-focused discovery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoFree-text search across action IDs, summaries, and parameter names.
categoryNoFilter actions by category.
readOnlyNoFilter by read-only (true) or mutating (false) actions.
limitNoMaximum number of results to return (default 50).
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds context that the returned IDs are for execute_action and that the tool is a discovery mechanism, which is helpful beyond 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?

Two concise sentences: first states purpose, second gives usage guidance. No unnecessary words or redundancy.

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?

Description explains what the tool returns (action IDs) and how to use them (execute_action). However, no output schema exists, so more detail on return format or pagination would be beneficial, but it's adequate for an agent.

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?

Schema descriptions cover all 4 parameters (query, category, readOnly, limit) with clear details. The description does not add extra meaning 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 clearly states it searches the UniFi action catalog and returns action IDs for execute_action. It distinguishes from the direct tool list and mentions category-focused discovery, making the purpose unambiguous.

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?

Explicitly says to use when the direct tool list is too large or for category-focused discovery. This provides solid guidance, though it could name specific alternative tools (e.g., list_* tools) for clarity.

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/pproenca/unifi-mcp'

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