MCP CPG Human in the Loop (HITL)
Server Details
Navigator for BPC Agentic Procurement
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- greencore-solutions/cpg-human-in-the-loop
- GitHub Stars
- 0
- Server Listing
- MCP CPG Human in the Loop (HITL)
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 4 of 4 tools scored.
Each tool has a distinct, non-overlapping purpose: status polling, escalation, question asking, and RFQ submission. No ambiguity exists.
All tool names follow a clear verb_noun pattern in snake_case (e.g., check_rfq_status, request_terms). The lone verb 'escalate' is consistent with the pattern as a command.
With 4 tools, the set is appropriately scoped for a human-in-the-loop workflow covering submission, inquiry, escalation, and status checking.
The core lifecycle of RFQ, terms request, escalation, and status checking is covered. A minor gap is the absence of a cancel or update tool, but this does not hinder primary workflows.
Available Tools
4 toolscheck_rfq_statusCheck ticket statusAInspect
Poll a ticket previously lodged on this MCP (RFQ, terms request, or escalation). Returns current status and, once a human has answered, the answer.
| Name | Required | Description | Default |
|---|---|---|---|
| ticket_id | Yes | Ticket ID returned at submission, e.g. HITL-20260719-A1B2C3 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description discloses that the tool returns current status and an answer when available, and implies a polling behavior. It does not mention side effects, but the behavior is clear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with purpose, no wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple poll tool with one parameter and no output schema, the description sufficiently covers purpose, input expectation, and return value. It does not explain how to obtain the ticket_id from sibling tools, but that is implicit.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and already describes the ticket_id parameter with format. The description adds no additional meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Poll') and resource ('ticket previously lodged'), and lists the ticket types (RFQ, terms request, escalation), clearly distinguishing from sibling tools that create tickets.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage after submitting a ticket via sibling tools, but does not explicitly state when not to use it or provide alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
escalateEscalate to a human (ACM-451)AInspect
Hand a matter that cannot be resolved deterministically to GSC Navigator human review. Emits ACM-451 ESCALATE. Returns a ticket ID for polling via check_rfq_status.
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | What was attempted, what could not be resolved, and why | |
| subject | Yes | One-line summary of the matter | |
| related_ticket | No | Optional earlier ticket this relates to | |
| requester_name | Yes | Requesting organization or agent operator | |
| requester_contact | Yes | Reply channel: email or URL a human can answer to |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses that the tool emits an ACM-451 ESCALATE event and returns a ticket ID. However, it lacks details on authorization, latency, error states, or what happens to the escalated matter (e.g., human response time, callback expectations).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with zero waste. It front-loads the primary purpose and includes key behavioral details (event emission, return value).
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (5 params, no output schema), the description adequately covers the input context, return value, and the event emitted. It could mention asynchronous nature or human review process, but it is fairly complete for a straightforward escalation tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description does not add any additional meaning beyond what is already in the schema. Parameters like context have clear descriptions in the schema, and the tool description does not elaborate further.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: handing a matter to human review. It specifies the emitted event (ACM-451 ESCALATE) and the return value (ticket ID). While it distinguishes from siblings by mentioning non-deterministic resolution and referencing check_rfq_status for polling, it does not explicitly differentiate from other siblings like request_terms or submit_rfq.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use: for matters that cannot be resolved deterministically. It also implies the follow-up action of polling via check_rfq_status, which is a sibling tool. It does not explicitly state when not to use or provide alternatives for the optional related_ticket parameter.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
request_termsRequest termsAInspect
Ask a commercial or procedural question — terms, conditions, eligibility context, process. The question is lodged as a ticket and a human answers it. Returns a ticket ID for polling via check_rfq_status.
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | One-line summary of the question | |
| question | Yes | The question a human should answer | |
| related_ticket | No | Optional earlier ticket this relates to | |
| requester_name | Yes | Requesting organization or agent operator | |
| requester_contact | Yes | Reply channel: email or URL a human can answer to |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It discloses that a ticket is created and returns a ticket ID for polling, but lacks details on authorization, processing time, or failure modes.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with purpose, and contains no unnecessary information. Every word adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description explains the human-in-the-loop process and polling mechanism. With 5 parameters and no output schema, it covers usage context adequately, though it omits expected response time or error handling.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with detailed descriptions for all 5 parameters. The description adds context about the return value but does not enhance parameter understanding beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool is for asking commercial or procedural questions that are answered by a human. It distinguishes from siblings: check_rfq_status (polling), escalate, submit_rfq (submission).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implicitly defines when to use: when a human answer is needed. It does not explicitly exclude cases, but the sibling tools provide context for alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
submit_rfqSubmit RFQAInspect
Lodge a request-for-quotation with GreenCore Solutions Corp. A human reviews and answers every ticket — no order is decided by this tool. Returns a ticket ID for polling via check_rfq_status. Optionally reference a GTIN resolved on mcp.cpgknowledgegraph.ai and an SM-ECO-10060 market code.
| Name | Required | Description | Default |
|---|---|---|---|
| gtin | No | Optional GTIN reference (as resolved on the CPG Knowledge Graph) | |
| market | No | Optional SM-ECO-10060 member code, e.g. FR, AU, MX | |
| details | Yes | Full request: product, volumes, timing, destination | |
| subject | Yes | One-line summary of the RFQ | |
| quantity | No | Optional quantity / volume expression | |
| requester_name | Yes | Requesting organization or agent operator | |
| requester_contact | Yes | Reply channel: email or URL a human can answer to |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses that the tool returns a ticket ID for polling, that a human responds (no automation), and that it optionally references GTIN and market codes. Without annotations, the description carries full burden for behavioral disclosure and provides adequate insight.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three efficient sentences: first states purpose, second adds key behavioral trait, third lists optional parameters. No fluff, front-loaded with main action.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, but description explains return value (ticket ID for polling). Covers all essential aspects: name, purpose, behavioral info, optional parameters, and follow-up tool. Complete for the complexity level.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. Description adds value by specifying that GTIN should be resolved on mcp.cpgknowledgegraph.ai and market uses SM-ECO-10060 codes, beyond the schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clear verb+resource: 'Lodge a request-for-quotation with GreenCore Solutions Corp.' Differentiates by stating human review and no order decision, and references sibling tool check_rfq_status for polling.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states that a human reviews every ticket and no order is decided by this tool, clarifying when to use it (for quote requests, not orders). Mentions check_rfq_status for polling but doesn't contrast with escalate or request_terms, though context is clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Flicense-qualityCmaintenanceEnables AI assistants to retrieve, search, and compare procurement documents using hybrid retrieval and MCP integration.
- Flicense-qualityBmaintenanceEnables AI-powered procurement policy compliance, document generation, supplier management, budget verification, and analytics through standardized MCP tools.
- Alicense-qualityCmaintenanceMCP server that automates the procurement workflow, including RFQ generation, quote parsing, ERP item loading, and purchase requisition submission with human-in-the-loop approval gates.MIT
- Alicense-qualityBmaintenancePredictive supply-chain MCP server that forecasts material confirmation risks and enables AI clients to interact with the system via natural language.MIT
Your Connectors
Sign in to create a connector for this server.