Skip to main content
Glama

Server Details

This is the mcp server of L&T

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Uptime
99.9% over 37 days
Last Tested
Transport
Streamable HTTP · MCP 2024-11-05
URL

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The tool itself has two phases (discover/execute) but that's internal to the tool and clearly described.

Naming Consistency5/5

With a single tool, naming is trivially consistent. The name 'discover_tools' follows a clear verb_noun pattern and accurately describes its function.

Tool Count3/5

The server exposes only one tool, which feels thin for an enterprise API gateway. However, it is a meta-tool that can discover and execute numerous underlying operations, so it's not trivial; it's on the low end of acceptable.

Completeness4/5

The two-step discover-then-execute workflow allows access to any tool available through the gateway, covering the full lifecycle of querying and invoking operations. Minor gap: discovery requires a query string, so exhaustive listing may be limited without knowing the right queries.

Available Tools

1 tool
discover_toolsAInspect

Two-step tool finder and executor for all enterprise APIs.

STEP 1 — DISCOVER: Call with only 'query'. Returns matching tools with their names and inputSchemas.

STEP 2 — EXECUTE: Call again with 'query' + 'tool_name' + 'tool_args'. Gateway executes the tool and returns real data directly.

You NEVER call any other tool directly. Always use discover_tools.

ParametersJSON Schema
NameRequiredDescriptionDefault
teamNoOptional department filter.
queryYesUser intent in plain natural language.
top_kNoNumber of tools to return. Default 5, max 10.
tool_argsNoSTEP 2 only — arguments matching the tool's inputSchema exactly.
tool_nameNoSTEP 2 only — exact tool name from previous discover response.

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it does well by disclosing that this is a gateway that executes tools and returns real data, and that it requires a two-step flow. It could add a caution that executing a tool may trigger side effects depending on the underlying API, but the general execution behavior is clearly stated.

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 is well-structured and front-loaded: the purpose is stated first, then each step is concise and actionable. Every sentence earns its place, and the formatting makes the two-step flow easy to follow.

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 5-parameter gateway with no output schema and no annotations, the description covers the full invocation flow, parameter roles, and the nature of responses. It does not cover edge cases like no matching tools or execution failures, but those are secondary to correct invocation.

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

Parameters3/5

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

Schema description coverage is 100%, and the schema already explains each parameter clearly, including 'STEP 2 only' for tool_name and tool_args. The description adds step-level context but does not provide meaningful parameter details beyond what the schema already states.

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 explicitly identifies the tool as a 'two-step tool finder and executor' for enterprise APIs and breaks out the discover and execute steps. This leaves no ambiguity about its core purpose, and since there are no siblings, no differentiation is needed.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit step-by-step invocation guidance: call with only 'query' first, then call again with 'query' plus 'tool_name' and 'tool_args'. The final instruction, 'You NEVER call any other tool directly. Always use discover_tools,' gives a decisive routing rule that leaves no room for misuse.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Changeddiscover_tools2 fields changed
      • changedInput schema / properties / tool_args / description
        Previous value: -"STEP 2 only — arguments matching the tool's inputSchema exactly. Provide together with tool_name to execute the tool."New value: +"STEP 2 only — arguments matching the tool's inputSchema exactly."
      • changedInput schema / properties / tool_name / description
        Previous value: -"STEP 2 only — exact tool name from previous discover response. Must match a name returned in the previous discover call exactly."New value: +"STEP 2 only — exact tool name from previous discover response."
  2. 1 tool update
    • Changeddiscover_tools4 fields changed
      • changedInput schema / properties / query / description
        Previous value: -"The user's intent in plain natural language."New value: +"User intent in plain natural language."
      • changedInput schema / properties / tool_args / description
        Previous value: -"Arguments to execute the discovered tool immediately. Pass the exact arguments from the inputSchema returned in the previous discover_tools response. When provided with a single matched tool, the gateway executes it and returns real data directly."New value: +"STEP 2 only — arguments matching the tool's inputSchema exactly. Provide together with tool_name to execute the tool."
      • addedInput schema / properties / tool_name
        Added value: +{
        +  "description": "STEP 2 only — exact tool name from previous discover response. Must match a name returned in the previous discover call exactly.",
        +  "type": "string"
        +}
      • changedInput schema / properties / top_k / description
        Previous value: -"Number of tools to return. Default 5, maximum 10."New value: +"Number of tools to return. Default 5, max 10."
  3. 1 tool update
    • Changeddiscover_tools3 fields changed
      • changedInput schema / properties / query / description
        Previous value: -"The user's intent in plain natural language. Be descriptive — include the action, the subject, and any relevant context. More detail produces better matches."New value: +"The user's intent in plain natural language."
      • changedInput schema / properties / team / description
        Previous value: -"Optional department or team filter to narrow results. Only set this if the user explicitly mentions a team or department."New value: +"Optional department filter."
      • addedInput schema / properties / tool_args
        Added value: +{
        +  "description": "Arguments to execute the discovered tool immediately. Pass the exact arguments from the inputSchema returned in the previous discover_tools response. When provided with a single matched tool, the gateway executes it and returns real data directly.",
        +  "type": "object"
        +}
  4. 8 tool updates
    • Removedcprs_getpurchasetypes
    • Removedcprsorm_getjobbasedwhlist
    • Removedcreate_api_invoice_fetchtaxdetails
    • Removedcreate_api_invoice_fetchworkflowstatus
    • Removedcreate_api_invoice_postinvactionlist
    • Removedcreate_api_invoice_postinvoicemomsubmit
    • RemovedpostInvActionList
    • Removedsend_mail
  5. 8 tool updates
    • Addedcprs_getpurchasetypes
    • Addedcprsorm_getjobbasedwhlist
    • Addedcreate_api_invoice_fetchtaxdetails
    • Addedcreate_api_invoice_fetchworkflowstatus
    • Addedcreate_api_invoice_postinvactionlist
    • Addedcreate_api_invoice_postinvoicemomsubmit
    • AddedpostInvActionList
    • Addedsend_mail
  6. 17 tool updates
    • Removedadvancesearchjobdetails
    • Removedcode_execution_guide
    • Removedcprs_getpurchasetypes
    • Removedcprsorm_getjobbasedwhlist
    • Removedcreate_cc_ext_docdownload_getfilecontentasbyte
    • Addeddiscover_tools
    • Removedget_current_weather
    • Removedget_diesel_consumption
    • Removedget_invoice_status
    • Removedhow_to_send_lnt_email
    • Removedlistblob
    • Removedlnt_email_brand_guidelines
    • Removedlnt_invoice_format
    • Removedpublic_quotes
    • Removedsend_formatted_email_guide
    • RemovedSQL_EXECUTION
    • Removedweekly_project_update_ppt
  7. 25 tool updates
    • Addedadvancesearchjobdetails
    • Changedcode_execution_guide2 fields changed
      • removedInput schema / additionalProperties
        Removed value: -false
      • addedInput schema / required
        Added value: +[]
    • Changedcprs_getpurchasetypes3 fields changed
      • removedInput schema / additionalProperties
        Removed value: -false
      • changedInput schema / properties / request_body / description
        Previous value: -"Request body imported from cURL. Content-Type: application/json. Template/example: {"New value: +"Request body imported from cURL. Example: {\n  \"intUID\": 1207,\n  \"intCompanyCode\": 1,\n  \"chrActiveStatus\": \"Y\"\n}"
      • addedInput schema / properties / request_body / type
        Added value: +"object"
    • Removedcprs_requisition_workflow
    • Changedcprsorm_getjobbasedwhlist3 fields changed
      • removedInput schema / additionalProperties
        Removed value: -false
      • changedInput schema / properties / request_body / description
        Previous value: -"Request body imported from cURL. Content-Type: application/json. Template/example: {"New value: +"Request body imported from cURL. Example: {\n  \"strJobcode\": \"LE20M143\",\n  \"intCompanyCode\": 1,\n  \"isWarehouseLinkedOtherjob\": \"N\"\n}"
      • addedInput schema / properties / request_body / type
        Added value: +"object"
    • Removedcreate_api_invoice_fetchtaxdetails
    • Removedcreate_api_invoice_fetchworkflowstatus
    • Removedcreate_api_invoice_postinvactionlist
    • Removedcreate_api_invoice_postinvoicemomsubmit
    • Addedcreate_cc_ext_docdownload_getfilecontentasbyte
    • Removedexecute_code
    • Addedget_current_weather
    • Addedget_diesel_consumption
    • Addedget_invoice_status
    • Changedhow_to_send_lnt_email2 fields changed
      • removedInput schema / additionalProperties
        Removed value: -false
      • addedInput schema / required
        Added value: +[]
    • Addedlistblob
    • Changedlnt_email_brand_guidelines2 fields changed
      • removedInput schema / additionalProperties
        Removed value: -false
      • addedInput schema / required
        Added value: +[]
    • Changedlnt_invoice_format2 fields changed
      • removedInput schema / additionalProperties
        Removed value: -false
      • addedInput schema / required
        Added value: +[]
    • RemovedpostInvActionList
    • Addedpublic_quotes
    • Changedsend_formatted_email_guide2 fields changed
      • removedInput schema / additionalProperties
        Removed value: -false
      • addedInput schema / required
        Added value: +[]
    • Removedsend_invoice_email_guide
    • Removedsend_mail
    • AddedSQL_EXECUTION
    • Changedweekly_project_update_ppt2 fields changed
      • removedInput schema / additionalProperties
        Removed value: -false
      • addedInput schema / required
        Added value: +[]
  8. 1 tool update
    • Addedweekly_project_update_ppt
  9. 1 tool update
    • Addedexecute_code
  10. 1 tool update
    • Addedcode_execution_guide
  11. 4 tool updates
    • Addedcreate_api_invoice_fetchtaxdetails
    • Addedcreate_api_invoice_fetchworkflowstatus
    • Addedcreate_api_invoice_postinvactionlist
    • Addedcreate_api_invoice_postinvoicemomsubmit

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.
    16
    7 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables tracking competitor websites, changelogs, blog feeds, and pricing pages with meaningful diffs, classification, and Markdown digests via MCP tools for listing, adding, removing competitors, running checks, and retrieving digests or changes.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources