Skip to main content
Glama

update_app_endpoint

Modify an existing endpoint to update exposed columns, allowed methods, slug, or active status. Use endpoint ID from list_app_endpoints and column IDs from get_board_schema.

Instructions

Change an existing endpoint — most often to set exposedColumns on one that was created without them. Get the endpoint id from list_app_endpoints and the column ids from get_board_schema.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
slugNo
appIdYes
isActiveNo
endpointIdYes
allowedMethodsNo
exposedColumnsNo
organizationIdNo

Schema Changelog

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

  1. First observedv0.7.0

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, so the mutation but non-destructive nature is known. The description adds the common use-case context but does not disclose further behavioral details such as whether updates are partial/full replacements or what effects changes have on existing endpoints.

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 sentences with no filler. The main action is front-loaded, and each sentence contributes useful operational information.

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?

The description handles the common exposedColumns scenario well, but with eight parameters, zero parameter descriptions, and no output schema, it is incomplete for general endpoint updates. It lacks guidance on fields like name, slug, allowedMethods, isActive, or organizationId.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It adds meaning for endpointId and exposedColumns by naming their source tools, but the remaining six parameters receive no semantic guidance beyond their names.

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 a specific verb and resource: 'Change an existing endpoint'. It also highlights the most common purpose, setting exposedColumns, which distinguishes this from create_app_endpoint 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 gives concrete usage guidance by explaining the most common scenario and explicitly instructing where to obtain endpointId and columnIds. It does not explicitly say when not to use it or name alternatives, so it stops short of a 5.

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

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/shimon-ks/tasklite-mcp'

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