Skip to main content
Glama
sciple-idp

Sciple Platform MCP Server

Official
by sciple-idp

update_service

Update a Sciple service by providing its ID and the fields to change; change only supplied fields, leaving unspecified ones unchanged.

Instructions

Update a service. Only provided fields change.

Args: service_id: The service id to update. name: New display name. description: New description. kind: New kind — service|library|worker|job|frontend|mobile_app|other. language: New primary language. language_version: New language version. scm_provider_id: New SCM provider integration id. repository_url: New repository URL. default_branch: New default branch. lifecycle: New lifecycle — active|deprecated|archived. owner_group_id: Move ownership to a different group. clear_owner: Set True to remove the owner assignment. tier: New criticality tier — tier1|tier2|tier3. clear_tier: Set True to remove the tier assignment. runtime: New runtime identifier. tags: Replace the tags list entirely. links: Replace the links list entirely. add_environments: List of environment ids to associate with the service. remove_environments: List of environment ids to disassociate from the service.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo
nameNo
tagsNo
tierNo
linksNo
runtimeNo
languageNo
lifecycleNo
clear_tierNo
service_idYes
clear_ownerNo
descriptionNo
default_branchNo
owner_group_idNo
repository_urlNo
scm_provider_idNo
add_environmentsNo
language_versionNo
remove_environmentsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does so well: it states partial-update semantics, clarifies that clear_owner/clear_tier remove assignments, that tags and links are replaced wholesale, and that environment changes are additive/removal. It could add permission expectations or failure behavior, but the mutation semantics are transparent.

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?

One crisp behavioral sentence followed by a dense, consistently formatted Args list. Every parameter line adds necessary information and the partial-update rule is front-loaded so the agent knows not to send nulls for unchanged fields.

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?

For a 19-parameter mutation with no annotations, the description supplies the essential selection criteria and parameter behavior; an output schema is present, so lack of return-value detail is acceptable. It is slightly incomplete only in not naming sibling tools or prerequisite conditions for updating an existing service.

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 description coverage is 0%, yet the description documents all 19 parameters with meaningful semantics: enumerated values for kind/lifecycle/tier, the meaning of boolean clear flags, and replace vs add/remove behavior for list fields. This goes far beyond what the bare schema provides.

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 opens with a specific verb and resource, 'Update a service', and adds the partial-update qualifier 'Only provided fields change.' This clearly distinguishes it from sibling create_service and delete_service operations by naming the resource and action.

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?

Usage context is implied: an existing service must be updated, since service_id is required and create/delete siblings exist. However, the description never explicitly says when to prefer this over create_service/delete_service or states exclusions, leaving the agent to infer selection criteria.

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

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/sciple-idp/sciple-mcp'

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