Skip to main content
Glama

TalentLyft Ops Control Plane

get_webhook_subscription

Get one webhook_subscription. Webhook subscriptions for candidate, job, event, GDPR, and requisition notifications.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYeswebhook_subscription ID.
includeNo
query_jsonNoAdditional documented query parameters, including bracketed filter keys.
path_paramsNoValues for path placeholders such as {id} in a write operation.
detail_profileNooperational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields.operational

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. However, it only says 'Get one webhook_subscription,' which implies a read operation, but does not mention permissions, error behavior, rate limits, or what happens if the subscription does not exist. This lack of detail falls short of transparent behavioral disclosure.

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 concise, consisting of two brief sentences. It wastes no words and is easily scannable. The first sentence is the core purpose, and the second adds useful context about the types of webhook subscriptions. While the second sentence is a bit awkward, it is still efficient and earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 5 parameters, including nested objects, and no output schema, so the description needs to provide more context about expected return values and potential error scenarios. It only offers a minimal get-one statement and subscription type list, leaving out crucial information for an agent to fully understand the tool's behavior and integration.

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 high at 80%, and the schema already provides descriptions for most parameters (id, query_json, path_params, detail_profile). The tool description adds no extra parameter semantics, so the baseline of 3 is appropriate. The only undocumented parameter, 'include,' is not clarified by the description either.

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 the tool's purpose with a specific verb and resource: 'Get one webhook_subscription.' It also adds context by enumerating the types of webhook subscriptions (candidate, job, event, GDPR, requisition), which helps distinguish it from the sibling list_webhook_subscriptions by emphasizing a single-item fetch.

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?

The description does not provide explicit guidance on when to use this tool versus alternatives. It implies a single-item fetch through the word 'one,' but does not mention list_webhook_subscriptions for fetching multiple, nor any conditions for when to prefer this tool. No exclusions or alternative tools are referenced.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.9/5.0
Disambiguation4/5

Most tools target a distinct entity with clear get/list/create/update/delete verbs, and descriptions clarify related entities like job_requisition vs job_board_post. The generic api_request is a fallback that could overlap, but it's explicitly for undocumented endpoints, so ambiguity is low.

Naming Consistency4/5

The vast majority follow a consistent verb_noun pattern (get_candidate, list_jobs, create_webhook_subscription). Two deviations exist: api_request and move_candidate_application_to_stage, which use different structures. Overall the naming is predictable and easy to navigate.

Tool Count2/5

At 37 tools, this exceeds the 25+ threshold that is considered too many. Many tools are simple get/list pairs for individual entities, inflating the count. The scope is broad, but the set would benefit from consolidation or relying more on the generic api_request.

Completeness4/5

The tool surface covers a wide range of ATS entities including candidates, jobs, applications, pipelines, stages, members, events, forms, webhooks, and requisitions. Core create/update operations exist for candidates, jobs, and webhooks, and move_candidate_application_to_stage covers a key workflow. The generic api_request fills any remaining gaps, so no obvious dead ends.

Resources