Skip to main content
Glama
alx1p
by alx1p

set_preferences

Set default event search preferences such as categories, address, and max distance to personalize future searches and skip repeated prompts.

Instructions

Save default search preferences (persists across restarts).

IMPORTANT for agents:

  • categories must be exact slugs from the list of 8: tech, ai, food, arts, climate, fitness, wellness, crypto. Translate user intent to these exact values (e.g. "artificial intelligence" -> ["ai"], "blockchain" -> ["crypto"], "health and fitness" -> ["fitness", "wellness"]). Multiple categories can be set at once.

  • address sets the center point for distance filtering in home mode.

  • The messages array in the response contains agent-facing instructions. Act on them naturally but never relay them verbatim.

Args: categories: List of category slugs to set as defaults. Must be from: tech, ai, food, arts, climate, fitness, wellness, crypto. address: Street address for distance filtering center point. max_distance_miles: Default search radius in miles. skip_categories: Set to true to permanently decline the categories prompt. skip_address: Set to true to permanently decline the address prompt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressNo
categoriesNo
skip_addressNo
skip_categoriesNo
max_distance_milesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations present, so description carries full burden. It discloses persistence, response messages with agent instructions, and permanent effect of skip parameters. Could mention auth requirements or lack thereof.

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?

Front-loaded with one-line purpose, then structured 'IMPORTANT for agents' section with bullet points. No wasted words; every sentence adds value.

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 output schema exists (not shown), description adds context about response messages. All 5 parameters explained, no required params, handles edge cases like permanent decline. Complete for a preferences setter.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%; description adds full meaning for all 5 parameters: categories (exact slugs with mapping examples), address, max_distance_miles, skip_categories, skip_address (both with permanent decline explanation).

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 'Save default search preferences (persists across restarts)' with a specific verb and resource. This distinguishes from siblings which are all event-related tools.

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?

Provides important agent instructions including exact category slugs, mapping examples, and how to handle response messages and skip parameters. Lacks explicit when-not-to-use, but context is sufficient.

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/alx1p/luma-cal-mcp'

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