Skip to main content
Glama

Update Team Settings

update_team_settings

Update team configuration. All fields are optional — only provided fields are changed. Covers: AI enrichment (model, temperature, auto-enrich, spending cap), uptime (timeout, thresholds), severity escalation (recurrence/age triggers), run policies (concurrency, timeouts), SEO (rank tracking, keyword strategy), notification coalescing (digest), and the kill switch (testsPaused).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aiModelNoOpenAI model for finding enrichment (e.g. gpt-4o-mini)
aiEnabledNoEnable/disable AI finding enrichment
aiCapActionNoAction when cap is reached
testsPausedNoKill switch — pauses ALL scheduled and manual test runs
aiAutoEnrichNoAuto-enrich new findings with AI
digestEnabledNoEnable notification alert coalescing
aiMonthlyCapUsdNoMonthly AI spending cap in USD (null = unlimited)
aiSourceReviewModelNoModel for AI source review plugin
defaultRunTimeoutMsNoDefault run timeout in ms
digestWindowSecondsNoDigest window duration in seconds
escalateInfoAgeDaysNoFinding age in days before INFO→WARNING
seoRankCheckEnabledNoEnable Google rank tracking
uptimeFailThresholdNoConsecutive failures before DOWN
uptimePingTimeoutMsNoUptime ping timeout in ms
maxDailyRunsPerTargetNoMax test runs per target per day (0=unlimited). Prevents overwhelming hosted sites with limited request budgets.
escalateInfoRecurrenceNoFinding recurrences before INFO→WARNING
escalateWarningAgeDaysNoFinding age in days before WARNING→CRITICAL
defaultScheduleMultiplierNoSchedule frequency multiplier (< 1 = more frequent)
escalateWarningRecurrenceNoFinding recurrences before WARNING→CRITICAL
uptimeDegradedThresholdMsNoResponse time threshold for DEGRADED status
maxConcurrentRunsPerTargetNoMax concurrent test runs per target

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses partial update behavior (only provided fields changed) and lists the kill switch (testsPaused) impact. However, it lacks details on validation, partial success/failure handling, or implications of changing thresholds, but the coverage is decent for a settings update tool.

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 a single paragraph that enumerates categories concisely without wasting words. It front-loads the key behavior (all fields optional) and uses a colon list for coverage, making it easy to parse despite many parameters.

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?

Given the high schema coverage and lack of output schema, the description provides sufficient context for a wide-ranging update tool. It could be more complete by noting potential side effects or validation constraints, but the categorical breakdown plus the partial-update behavior is adequate for the complexity.

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?

Despite the schema having 100% description coverage for all 21 params, the description adds valuable grouping into categories and explains the semantic 'kill switch' term, which is not fully obvious in the schema. This goes beyond mere restatement and provides context for the large parameter set.

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 tool updates team configuration, enumerates the categories of settings it covers (AI, uptime, escalation, etc.), and the broad scope is evident among many sibling tools with update_ prefix. It distinguishes itself from get_team_settings and other update_* 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?

The description explicitly notes all fields are optional and only provided fields are changed, which is crucial for a PATCH-like tool. It implies usage for updating various team settings but does not explicitly state when not to use it versus more specific tools, though the scope is clear enough.

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.

TDQS

A3.5/5.0
Disambiguation4/5

Most tools are clearly separated by resource (targets, runs, findings, incidents, etc.) and action. A few close pairs like active_runs/list_runs and mute_finding/create_muting_rule could confuse, but descriptions clarify the distinctions.

Naming Consistency4/5

The majority of tools follow verb_noun naming (create_target, get_target, delete_journey). A few outliers use noun phrases (active_runs, daily_trends, system_health, team_stats) which slightly breaks the pattern, but overall the convention is predictable.

Tool Count1/5

74 tools is extreme for any MCP server. Even for a comprehensive monitoring platform, this overwhelms agents with too many granular operations (e.g., enable_all_tests vs disable_all_tests vs update_test, or import_targets duplicating create_target). A more consolidated set would be appropriate.

Completeness5/5

The tool surface is remarkably complete for the monitoring domain: full CRUD for targets, journeys, rules, reports, secrets, and fragments; plus run triggering, incident management, findings handling, SEO tracking, guest scans, and admin tools. Only maintenance windows lack an update operation, which is minor.

Resources