Skip to main content
Glama

Server Details

ContractOracle - 10 contract analysis tools: clause extraction, redlines, DORA mappings.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ToolOracle/contractoracle
GitHub Stars
0
Server Listing
contractOracle

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsC

Average 3.2/5 across 11 of 11 tools scored. Lowest: 2.4/5.

Server CoherenceA
Disambiguation4/5

Most tools are clearly distinct (list, register, scoring, expiry, subcontracting). However, clause_check and contract_analyze_llm both analyze contract text against mandatory clauses, and cif_analysis adds a third analysis layer, which could cause confusion if not carefully read.

Naming Consistency2/5

Tool names mix verb_noun (list_contracts, register_contract), noun_verb (clause_check, health_check), compound nouns (contract_expiry, contract_gaps), and noun_noun (exit_readiness, subcontracting_chain). The pattern is inconsistent across the set.

Tool Count5/5

11 tools is well within the ideal 3-15 range, and the count matches the complexity of DORA Art. 30 compliance without being bloated.

Completeness4/5

Covers contract registration, listing, clause validation, gap analysis, risk scoring, expiry tracking, and subcontracting. Missing get_contract detail and delete/archive, but these are minor for the domain.

Available Tools

11 tools
cif_analysisBInspect

Analyze all Critical/Important Function contracts for enhanced Art. 30(3) requirements.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

With no annotations, the description must carry the full burden of disclosing behavior. It only says 'analyze,' which suggests a read-only operation but does not state side effects, whether results are saved, if any authentication is needed, or what happens after execution. No behavioral context beyond the obvious is provided.

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 a single sentence that is front-loaded with the action and target. It contains no filler or redundant information, making it highly concise and well-structured.

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?

Given no annotations, no output schema, and no parameter hints, the description is too sparse for a compliant-based analysis tool. It fails to specify whether the tool returns a report, modifies data, or requires existing contracts to be registered. The agent can infer the subject but not the outcome or prerequisites.

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 tool has zero parameters, so the description cannot be expected to explain them. It does add contextual meaning by specifying the scope ('all Critical/Import Function contracts'), which helps the agent understand what the tool operates on. The baseline for zero parameters is 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool analyzes Critical/Import Function contracts for enhanced Art. 30(3) requirements, distinguishing it from generic contract-analysis siblings like contract_analyze_llm or contract_gaps. Terminology like 'enhanced Art. 30(3) requirements' is specific but not explained, so full clarity is slightly reduced.

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 for a compliance-focused review of a specific contract subset, but it does not explicitly state when to prefer this over sibling tools, mention prerequisites, or indicate that it operates on already-registered contracts. No exclusions or alternatives are given.

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

clause_checkBInspect

Validate a contract against all DORA Art. 30 mandatory clauses (standard + CIF).

ParametersJSON Schema
NameRequiredDescriptionDefault
contract_idYes
Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral traits. It does not state whether the validation is read-only, what output format to expect, whether it modifies the contract, or any prerequisites (e.g., contract exists). The verb 'validate' remains vague about the underlying process.

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?

A single sentence of fifteen words that front-loads the verb and object, then adds a specific qualifying phrase. No filler, redundancy, or unnecessary detail.

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?

Given the lack of annotations and output schema, the description does not convey enough context for an agent to fully understand the validation's behavior, expected result, or how it complements sibling tools. The phrase 'standard + CIF' is cryptic and may confuse without further explanation.

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?

The only parameter, contract_id, is not explicitly described. The description's general reference to 'a contract' implicitly tells the agent what the ID is for, but it adds no extra constraints, usage context, or source for obtaining a valid ID. The schema already provides the type and required flag, leaving room for more semantic guidance.

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 uses a specific verb ('Validate'), a concrete object ('a contract'), and names the precise regulatory scope ('all DORA Art. 30 mandatory clauses'). The qualifier '(standard + CIF)' distinguishes it from sibling tools like cif_analysis and contract_gaps.

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 a clear use case (checking DORA Art. 30 compliance) but does not explicitly state when to prefer this tool over alternatives or when not to use it. No sibling tools are referenced or excluded, leaving room for ambiguous selection.

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

contract_analyze_llmAInspect

AI-powered deep analysis of contract text against DORA Art. 30(2) mandatory clauses using local Gemma 4 LLM. Provide raw contract text or a contract_id for structured analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
textNoRaw contract text to analyze
contract_idNoExisting contract ID for structured analysis
Behavior3/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It discloses that it uses a local Gemma 4 LLM, implying non-deterministic output and possible resource use, and calls itself 'analysis,' suggesting read-only. However, it does not mention output format, limitations (e.g., text length), or whether any side effects occur, so it adds only modest behavioral context.

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 two sentences and every word earns its place. The first sentence defines what the tool does (AI-powered deep analysis against DORA Art. 30(2)) and the second explains how to supply input. No redundancy or fluff.

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?

Without an output schema, the description should explain what the tool returns, but it only says 'structured analysis' without specifics. It also does not mention practical limitations like text length limits or language constraints. Given the complexity of an LLM-based tool and the absence of annotations, the description is functional but leaves notable gaps.

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?

Schema description coverage is 100% with both parameters already described in the input schema. The description adds meaningful extra semantics by framing 'text' and 'contract_id' as alternatives ('Provide raw contract text or a contract_id'), implying mutual exclusivity. This goes beyond the schema's individual descriptions, so it deserves above baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb ('deep analysis') and the resource ('contract text') against DORA Art. 30(2) mandatory clauses. It does not explicitly distinguish itself from sibling tools like clause_check or contract_gaps, but its focus on DORA Art. 30(2) and local Gemma 4 LLM makes its purpose clear and unique.

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 provides clear context on when to use this tool: when a deep, AI-powered analysis of contract text against DORA Art. 30(2) is needed. It gives input mode options ('raw contract text or contract_id') but does not exclude alternatives or state when not to use it, so it falls short of the explicit 'when-not' guidance required for a 5.

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

contract_expiryAInspect

Upcoming contract expirations and renewal deadlines.

ParametersJSON Schema
NameRequiredDescriptionDefault
days_aheadNoLookahead window (default 180 days)
Behavior3/5

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

With no annotations, the description carries the burden. It implies a read-only query for upcoming dates, but does not describe return format, how 'upcoming' is determined beyond the schema default, or whether only active contracts are included.

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—a single short phrase with no filler or redundant content—making the tool's core purpose immediately visible.

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?

For a simple one-parameter read tool, the description is minimal but adequate. However, the lack of an output schema and no explanation of the return shape or relationship to sibling tools leaves some ambiguity for an agent deciding when and how to invoke it.

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?

The schema already documents the single parameter (days_ahead) with full coverage and a default value. The description adds no additional meaning beyond what the schema provides, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies a distinct resource (upcoming contract expirations and renewal deadlines) and differentiates it from siblings like list_contracts and contract_gaps, but uses a noun phrase rather than an explicit verb such as 'list' or 'get', so it falls short of a 5.

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 wording implies the tool is for retrieving upcoming expirations and renewal deadlines, but it provides no explicit guidance on when to choose this tool over alternatives or any exclusion criteria.

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

contract_gapsAInspect

Identify missing mandatory clauses across all contracts.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

No annotations are provided, so the description carries the full burden. The verb 'Identify' implies a non-destructive read operation, but the description does not clarify data access scope, potential performance implications, or the specific set of 'mandatory clauses' being checked. It provides only minimal transparency beyond the action itself.

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 a single, front-loaded sentence with a clear verb and no filler. It is maximally concise and well-structured.

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 zero-parameter tool with no output schema, the description is largely complete. However, it does not define what constitutes 'mandatory clauses' or describe the return format, which could leave some ambiguity for an agent.

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 tool has zero parameters, so the description need not explain parameter semantics. The baseline score of 4 applies, as no parameter schema complexity requires compensation.

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 uses the specific verb 'Identify' and clearly states the resource ('missing mandatory clauses') and scope ('across all contracts'). This differentiates it from siblings like clause_check, which likely handles individual contracts, and contract_scoring, which scores contracts.

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 scope 'across all contracts' implies a bulk-analysis use case, but the description provides no explicit guidance on when to use this tool versus alternatives like clause_check or contract_analyze_llm. No exclusions or prerequisites are stated.

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

contract_scoringCInspect

Red-flag risk scoring: exit risk, lock-in, jurisdiction, subcontracting gaps.

ParametersJSON Schema
NameRequiredDescriptionDefault
contract_idYes
Behavior2/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It does not state whether the tool is read-only, what scoring scale or method is used, whether results are persisted, or what the output shape looks like.

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 one short, front-loaded sentence with no filler. Every word contributes to conveying the tool's focus.

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?

Despite a simple one-parameter schema, the tool lacks output schema and annotations. The description omits output format, scoring methodology, and selection guidance, which is especially important given many overlapping sibling tools.

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

Parameters2/5

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

Schema description coverage is 0% and the description does not mention contract_id or how it is used. The parameter name is self-explanatory, but the description adds no semantic value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific resource (contract scoring) and enumerates risk categories (exit risk, lock-in, jurisdiction, subcontracting gaps), making its scope fairly clear. However, it lacks an explicit verb like 'calculates' or 'returns', so it stops short of a perfect score.

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?

No explicit 'use when' or 'instead of' guidance is provided. The listed categories imply use for multi-dimensional red-flag assessment, but the description does not differentiate from overlapping siblings like exit_readiness, subcontracting_chain, or contract_gaps.

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

exit_readinessCInspect

Evaluate exit plan readiness for a contract — Art. 28(8) exit strategies.

ParametersJSON Schema
NameRequiredDescriptionDefault
contract_idYes
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. It does not state whether this is a read-only operation, what inputs are needed beyond contract_id, what the output format is, or any side effects or permissions required. The term 'Evaluate' implies analysis but lacks explicit transparency.

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 a single concise sentence that immediately states the tool's purpose. It is efficient and front-loaded, though it omits useful details that could be added without sacrificing brevity.

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?

For a simple one-parameter tool, the description is minimally adequate but leaves questions about what 'exit plan readiness' entails, what the output looks like, and how to interpret results. With no output schema or annotations, more context would be expected for full completeness.

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

Parameters2/5

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

Schema description coverage is 0% for the single parameter (contract_id). The description does not elaborate on this parameter or its expected format, leaving the agent to infer from the schema's type string alone. Since there is no compensation, the low-coverage penalty applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'Evaluate' with a clear resource ('exit plan readiness for a contract') and references Art. 28(8) exit strategies, which distinguishes it from sibling tools like contract_expiry or contract_gaps. However, it doesn't explicitly name an alternative or contrast with siblings.

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?

No guidance is provided on when to use this tool versus the various sibling analysis tools. The context is implied only by the name and description, with no explicit exclusions or alternative references.

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

health_checkCInspect

Server status.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior1/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. 'Server status' reveals nothing about side effects, return format, or whether it is read-only. For a tool that likely performs a network request, this is a complete lack of transparency.

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 two words, 'Server status,' with no wasted text. For a simple parameterless tool, this is maximally concise and front-loaded.

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 no annotations, no output schema, and a vague two-word description. Although it is a simple tool, the description does not clarify what the status check entails or what response format to expect, making it incomplete for an agent to use confidently.

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 tool has zero parameters, so the schema is trivially complete (100% coverage). The description does not need to explain any parameters, and the baseline for no-parameter tools is 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Server status' clearly indicates the tool checks server health, and it is distinctly different from the contract-analysis siblings. However, it lacks a verb and does not specify what 'status' includes (e.g., uptime, latency), so it is not as explicit as a verb-driven description.

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?

No guidance is provided about when to use this tool or when to prefer a sibling. The description simply states the purpose without contextualizing it relative to alternatives or prerequisites.

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

list_contractsCInspect

List contracts with optional filters.

ParametersJSON Schema
NameRequiredDescriptionDefault
is_cifNo
providerNo
expiring_daysNoShow contracts expiring within N days
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It only states 'List contracts with optional filters', which adds no facts beyond the name and schema. It does not mention return format, pagination, or any side effects.

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 a single concise sentence with no fluff. However, it is under-specified, but this is a conciseness issue, not verbosity. It earns its place by being direct.

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

Completeness1/5

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

The tool has three filter parameters, no output schema, and no annotations. The description fails to explain what the tool returns, how filters behave, or any other context needed for correct invocation. It is severely incomplete.

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

Parameters1/5

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

Schema description coverage is only 33%, so the description must compensate by explaining parameters, but it does not. The phrase 'optional filters' gives no meaning to is_cif, provider, or expiring_days.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb and resource: 'List contracts'. It also mentions 'optional filters', indicating the tool's scope. Among siblings, it is distinct as the only listing tool, though it does not explicitly differentiate itself.

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 gives no guidance on when to use this tool versus alternatives like contract_expiry or contract_gaps. It does not mention contexts, prerequisites, or exclusions, leaving the agent without decision support.

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

register_contractBInspect

Add or update an ICT third-party contract. Tracks all DORA Art. 30 mandatory clauses.

ParametersJSON Schema
NameRequiredDescriptionDefault
notesNo
is_cifNoSupports critical/important function?
contract_idNo
audit_rightsNo
auto_renewalNo
contract_endNo
jurisdictionNo
data_locationNo
exit_strategyNo
governing_lawNo
notice_periodNo
provider_nameYes
sub_providersNo
contract_startNo
contract_titleNo
sla_definitionNo
data_protectionNo
annual_value_eurNo
escrow_source_codeNo
function_supportedNo
termination_rightsNo
business_continuityNo
cooperation_authorityNo
full_sla_quantitativeNo
incident_notificationNo
availability_guaranteeNo
performance_monitoringNo
subcontracting_conditionsNo
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 disclosing behavioral traits. It mentions 'Tracks all DORA Art. 30 mandatory clauses,' which hints at validation or enforcement behavior, but it does not explain update semantics (e.g., requires contract_id to update), return values, permissions, or what happens when mandatory clauses are missing. The description is too sparse to adequately inform the agent about side effects or prerequisites.

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 two short sentences, front-loaded with the main action. Every word is purposeful—it states the operation, the resource type, and a key feature (DORA tracking). There is no filler or redundancy, making it highly efficient.

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?

Given the tool's complexity (28 parameters, mutation behavior, no annotations, no output schema), the description is starkly incomplete. It provides no information about return values, error handling, update vs. create behavior, or how the contract is identified. It also lacks references to related tools or workflow context. The description is insufficient for an agent to invoke this tool correctly in most scenarios.

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

Parameters2/5

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

Schema description coverage is only 4% (only is_cif has a description), so the description must compensate by explaining the many parameters. It does not explain any of the 28 fields, their relationships, or which are required. The mention of 'DORA Art. 30 mandatory clauses' hints that many booleans correspond to clauses, but it lacks specificity. The description adds minimal meaning beyond the raw 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 the tool's function: 'Add or update an ICT third-party contract.' This is a specific verb+resource combination that distinguishes it from sibling analysis tools like contract_gaps or clause_check. The additional note about tracking 'all DORA Art. 30 mandatory clauses' gives further specificity about its scope.

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 for creating or updating contract records but does not explicitly state when to use this tool over alternatives. There is no mention of exclusions or alternative tools, though the 'add or update' phrasing suggests a write operation distinct from the read/analysis siblings. The guidance is implicit rather than explicit, which meets the baseline for implied usage.

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

subcontracting_chainCInspect

Map and assess the subcontracting chain of a contract (RTS on subcontracting).

ParametersJSON Schema
NameRequiredDescriptionDefault
contract_idYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions 'map and assess,' implying a read/analysis operation, but does not disclose whether it modifies anything, requires specific permissions, or produces a particular output. This is a thin disclosure for a tool with no annotations.

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 a single sentence, front-loaded with the action verb, and contains no superfluous words. It is highly concise and well-structured.

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?

With no annotations and no output schema, the description is the only context. It is too sparse: 'RTS' is undefined, and there is no indication of what the tool returns, any side effects, or edge cases. For a simple one-parameter tool, it is minimally adequate but incomplete.

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?

The schema has only one parameter, contract_id, with no description. The description adds some meaning by saying 'of a contract,' which ties the parameter to the contract being assessed. However, it does not explain the format, source, or any constraints, so the added value is marginal.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Map and assess the subcontracting chain of a contract.' This is a specific verb+resource that distinguishes it from sibling tools like contract_scoring or clause_check. However, the acronym 'RTS' is unexplained and 'assess' is somewhat generic.

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?

There is no guidance on when to use this tool versus alternatives. The description does not mention any exclusions, prerequisites, or preferred contexts. It simply states what the tool does without any usage direction.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.