Skip to main content
Glama
sciple-idp

Sciple Platform MCP Server

Official
by sciple-idp

create_service

Add a service to the platform catalog with required repository details and language, plus optional metadata such as lifecycle, tier, and tags.

Instructions

Create a service in the catalog.

Args: name: Display name, e.g. "Payments API". kind: One of service|library|worker|job|frontend|mobile_app|other. language: Primary language, e.g. "python". scm_provider_id: ID of the SCM provider (GitHub, GitLab, etc.) integration. repository_url: Full URL to the source repository. slug: URL-safe id; server generates one from name if omitted. language_version: Language runtime version, e.g. "3.12". default_branch: Default VCS branch (default "main"). description: Optional human-readable description. lifecycle: One of active|deprecated|archived (default "active"). owner_group_id: Optional owning group id. tier: Optional criticality tier — tier1|tier2|tier3. runtime: Optional runtime identifier, e.g. "docker". tags: Optional list of tag strings. links: Optional list of link dicts (e.g. [{"label": "Docs", "url": "..."}]).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
nameYes
slugNo
tagsNo
tierNo
linksNo
runtimeNo
languageYes
lifecycleNoactive
descriptionNo
default_branchNomain
owner_group_idNo
repository_urlYes
scm_provider_idYes
language_versionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It adds useful behavior such as server-generated slug when omitted and defaults for default_branch and lifecycle, but it does not disclose side effects, idempotency, uniqueness constraints, or error behavior.

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 leads with a one-line purpose followed by an efficient line-per-parameter list. There is no filler, and the structure is appropriate for a 15-parameter tool.

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?

With an output schema present, return-value details are unnecessary. The description covers all parameters, defaults, and formats, but it lacks high-level usage context and prerequisites such as where scm_provider_id comes from.

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%, and the description compensates thoroughly: every parameter has an example, allowed enum values, optionality, defaults, and a format example for links. This goes well beyond the bare 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?

States a specific verb and resource: 'Create a service in the catalog.' This clearly differentiates it from siblings like list_services, update_service, and delete_service, and from other create_* tools.

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?

No guidance is given about when to use this tool versus update_service or delete_service, and no prerequisites are mentioned. The intended usage is only implied by the word 'Create'.

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