Skip to main content
Glama

Update Target

update_target

Update a target's properties (name, URL, type, environment, business weight, tags, uptime toggle).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoNew URL
nameNoNew display name
tagsNoNew tags (replaces existing)
typeNoNew target type
weightNoNew business weight: REVENUE_PATH, PUBLIC or INTERNAL. Changing this rescores the target's open findings so the consequence ranking updates immediately.
targetIdYesThe target ID to update
environmentNoNew environment
uptimeEnabledNoToggle uptime monitoring
uptimeKeywordNoKeyword to verify in response body during uptime checks. When set, every uptime ping GETs the page and verifies this text appears (case-insensitive). If missing, the site is treated as DOWN even on HTTP 200. Set to null to disable keyword verification.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description merely lists updatable properties and does not disclose side effects or behavioral traits. For example, the schema reveals that changing 'weight' rescopes the target's open findings, and that 'uptimeKeyword' affects uptime checks, but the description itself does not mention these consequences. It also does not state whether the update is partial or full replacement, required permissions, or return behavior. With no annotations, this lack of information is a significant gap.

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 one concise sentence with a clear action verb and a list of properties. It is front-loaded and contains no wasted words. However, it is almost too terse, as it omits important behavioral context that could be woven into a slightly longer description without sacrificing conciseness. It earns a 4 for being efficient and well-structured, but not a 5 because it sacrifices completeness for brevity.

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

Completeness2/5

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

This is a complex mutation tool with 9 parameters, no annotations, and no output schema. The description is minimal and does not orient the agent on when to use it, what side effects to expect, or what the return value will be. Although the schema richly documents parameters, the description itself fails to provide the higher-level context needed for an agent to correctly select and invoke the tool, especially given the absence of annotations. The tool's complexity demands more than a single sentence.

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 description coverage is 100%, meaning every parameter already has a detailed description in the input schema. The tool description adds no semantic value beyond listing the property names (name, URL, type, etc.), which are already present in the schema. According to the rubric, when schema coverage is high, the baseline score is 3, and the description does not raise it by providing additional context or clarification.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Update a target's properties') and lists the specific properties (name, URL, type, environment, business weight, tags, uptime toggle). This is a specific verb+resource combination that distinguishes it from create/delete/get targets. However, it does not explicitly differentiate from sibling tools like update_test or update_journey, though the resource 'target' is clear. A score of 4 reflects clear purpose without explicit sibling differentiation.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, exclusion criteria, or situations where another tool (e.g., create_target, delete_target, update_test) would be more appropriate. There is no context such as 'use this to modify an existing target' or 'for bulk changes, use import_targets.' The description is purely a statement of functionality without usage context.

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