Skip to main content
Glama

Factorial ATS Ops Control Plane

get_webhook_subscription

Get one webhook_subscription. Factorial API webhook subscriptions for incremental sync and delivery setup.

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

A3.5/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 for behavioral disclosure. It only restates the operation ('Get one') and provides domain context, but does not explicitly confirm this is a read-only operation, mention returned data shape, or discuss any side effects, rate limits, or authorization requirements. This is a notable gap because the description adds no behavioral value beyond the tool's name.

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 extremely concise: two short sentences that immediately state the action and resource, followed by purpose context. Every word earns its place, and the key information is front-loaded in the first sentence.

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

Completeness3/5

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

The description is minimal but minimally viable for a simple get operation. It does not explain the behavior of the detail_profile parameter, the difference between operational and full projections, or what the return value contains. With no output schema and no annotations, the description could provide more context, but the high schema coverage partially compensates. The description is not fully complete but is adequate for a straightforward retrieval tool.

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 (80% of parameters have descriptions), so the baseline is 3. The tool description itself adds no parameter-specific meaning beyond what the schema already provides. The mention of incremental sync and delivery setup is contextual but does not enrich understanding of the individual parameters like include, query_json, or detail_profile.

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 action ('Get one') and the resource ('webhook_subscription'), and adds domain context about incremental sync and delivery setup. It distinguishes this from listing all subscriptions (list_webhook_subscriptions) and from create/update/delete operations, making the purpose unambiguous.

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

Usage Guidelines3/5

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

The description implies usage by saying 'Get one' and mentions the domain context, but there is no explicit guidance on when to use this tool versus list_webhook_subscriptions or any mention of prerequisites or alternatives. The context about sync/delivery setup partially suggests intent, but it does not clearly say when to choose this over sibling tools.

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.8/5.0
Disambiguation5/5

Each get/list tool targets a distinct entity (answers, applications, candidates, etc.), and the generic api_request is clearly an escape hatch for undocumented endpoints rather than an overlapping tool. The singular/plural lists are unambiguous.

Naming Consistency4/5

Tools predominantly follow a consistent verb_noun snake_case pattern (create_x, get_x, list_xs, update_x, delete_x). Two outliers exist: api_request (noun_noun) and get_control_plane_capabilities (not a resource CRUD), but they are minor.

Tool Count2/5

At 39 tools, the server is heavily over-populated. Nearly every entity has both a get and list tool, and many CRUD combinations exist, but the count exceeds what is typically needed for an MCP server and could overwhelm agents.

Completeness4/5

The read surface is comprehensive with get/list for 13 entities, and write coverage for core resources (candidates, applications, feedback, job postings, webhooks). Missing delete operations and some create/update limits are acceptable for an ops control plane, though a direct update_application_phase would fill a gap.

Resources