Skip to main content
Glama

ORYKSA AI Employees

Customize the chat (photo, greeting, suggestions)

oryksa_customize_chat
Idempotent

Sets the agent's photo (public https image URL, square), the greeting and up to 4 quick suggestion buttons per language, and the subtitle under the name. Greeting and suggestions are also generated automatically when the site content is stored. Keys per language: pt, br (Brazil), en, es.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
genderNo
greetingNo
subtitleNo
agent_nameNo
avatar_urlNo
suggestionsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already convey that this is a mutating but idempotent and non-destructive operation. The description adds one useful behavioral detail: greeting and suggestions are automatically generated when site content is stored, so manual settings may overlap with auto-generated ones. However, it does not explain what happens in that overlap (e.g., whether manual values override), nor mention any authentication, rate limits, or side effects. Overall, it adds some context beyond annotations but does not fully characterize behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: the first sentence states the core function, the second adds a relevant behavioral note, and the third lists the language keys. Every sentence contributes. It is not overly verbose, though the auto-generation note could be seen as slightly tangential. Overall, efficient and well-structured.

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

Completeness3/5

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

For a tool with 6 parameters, nested objects, and no output schema, the description covers the key fields but leaves gaps: agent_name and gender are unexplained, and the exact object structure for greeting/suggestions is only implied via 'per language.' The language key list helps, but an agent might still need to infer the shape of the parameters. Given the moderate complexity, the description is adequate but not fully complete.

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

Parameters4/5

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

Schema description coverage is 0%, so the description carries the burden of explaining parameters. It adds valuable semantics: avatar_url must be a public https image URL and square, suggestions are limited to 4 per language, and greeting/suggestions/subtitle are keyed by language (pt, br, en, es). It covers most parameters implicitly, though agent_name and gender are not mentioned, and the structure of suggestion arrays is not fully spelled out. Still, it goes well beyond the schema.

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 explicitly states a specific verb ('Sets') and the resource (agent's chat appearance: photo, greeting, suggestions, subtitle). It distinguishes itself from siblings by focusing on chat customization rather than FAQ, links, domains, or site learning. The constraints (public https image URL, square, up to 4 suggestions per language) further clarify the scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The purpose is clear enough that an agent can infer when to use this tool (to customize chat settings), but the description provides no explicit 'when to use vs. alternatives' guidance, no exclusions, and no mention of sibling tools. The auto-generation note hints at a scenario where manual setting may be unnecessary, but it does not directly guide tool selection.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources