Skip to main content
Glama
sciple-idp

Sciple Platform MCP Server

Official
by sciple-idp

get_project_ticket

Retrieve a specific project ticket by providing the project ID and the ticket's numeric sequence number (the NNN in KEY-NNN).

Instructions

Get a project ticket by its per-project sequence number.

The display id "KEY-NNN" means: project with that KEY, ticket number NNN. For example "PLAT-42" -> project_id of "PLAT", number=42.

Args: project_id: The project id (NOT the project key — use list_projects). number: The per-project ticket number (the NNN in KEY-NNN).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberYes
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations provided, the description must carry the full behavioral burden. It does disclose important interpretation behavior (project_id is not the key and number is the NNN), which helps avoid misuse. However, it does not state that the operation is read-only, any potential side effects, or error conditions. For a simple GET-like tool, the clarification of identifiers adds some value but lacks depth.

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 well-structured and front-loaded with the core purpose, followed by the mapping explanation and then parameter details. It includes a concrete example without extraneous text. Every sentence adds value, though it could be slightly more compact.

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 tool's simplicity (two parameters, no nested objects) and the presence of an output schema, the description covers the main ambiguities: how to interpret the display id and which identifier to use. It does not mention not-found behavior or alternative tools, but these are not critical for a straightforward retrieval. Overall, it is complete enough for an agent to call it correctly.

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?

The schema provides only parameter names and types with 0% description coverage, so the description must explain the semantics. It does this well: project_id is explicitly 'NOT the project key', and number is 'the per-project ticket number (the NNN in KEY-NNN)'. The example (PLAT-42 -> project_id of "PLAT", number=42) further clarifies the mapping. This fully compensates for the sparse 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?

The description clearly states it gets a project ticket by project_id and per-project sequence number, and explicitly explains the KEY-NNN mapping with an example. It distinguishes itself from the sibling get_ticket by specifying the two required identifiers (project_id and number), making its scope unambiguous.

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 includes a clear directive to use list_projects to obtain the project_id (not the key), which is essential usage guidance. It implies this tool is for retrieving a specific ticket when you know the number, but it does not explicitly contrast against list_project_tickets or get_ticket. This is still better than minimal guidance.

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