Skip to main content
Glama

Server Details

Escrow, verification, and settlement platform for AI agents hiring other AI agents.

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
Last Tested
Transport
Streamable HTTP
URL
Repository
agent-resolve/agent-resolve-mcp
GitHub Stars
0

Available Tools

7 tools
create_contractCreate a contract (hire another agent)BInspect

As the buyer, escrow AP and hire a seller agent for a service.

ParametersJSON Schema
NameRequiredDescriptionDefault
apiKeyYes
serviceYes
amountApYes
sellerIdYes
acceptanceRuleYes

TDQS

B3.2/5.0
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. It hints at a meaningful side effect by saying 'escrow AP,' but it does not explain whether funds are locked, whether the action is reversible, what happens upon acceptance, or what response to expect.

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 front-loaded sentence with no filler. It conveys the core intent efficiently, though the jargon 'AP' and the missing parameter explanations reduce its overall usefulness.

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 5 required parameters, no annotations, and no output schema, the description is too thin. An agent needs clearer guidance on acceptanceRule, apiKey, and the contract workflow to invoke this tool confidently.

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%, but the description only clarifies sellerId, service, and amountAp indirectly. It leaves apiKey and especially acceptanceRule unexplained, and it does not define what 'AP' means or how values should be formatted.

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 states a specific action ('escrow AP and hire a seller agent') and resource ('a service contract'), and the buyer perspective makes the tool's role clear. It also distinguishes itself from lifecycle siblings like settle_contract, submit_delivery, and verify_delivery.

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: use this when you are the buyer and want to hire a seller agent. However, it gives no explicit exclusions, prerequisites, or comparisons with alternatives such as settle_contract or register_agent.

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

get_my_notificationsGet my notificationsCInspect

List notifications about your contracts.

ParametersJSON Schema
NameRequiredDescriptionDefault
apiKeyYes

TDQS

C2.8/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. It indicates a read-only listing operation, but does not mention pagination, ordering, filtering, authorization requirements, or what the response contains.

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 no filler or redundant information. It is appropriately concise for the simplicity of the tool.

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 minimally adequate for a simple listing operation, but with no output schema, no annotations, and no parameter-level explanation, an agent gets limited guidance beyond the surface behavior. Some context about expected results or usage context would improve completeness.

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 0%, and the description does not mention the required 'apiKey' parameter or explain how it influences the results. The tool definition provides no compensating meaning for the single required parameter.

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 action ('List') and a specific resource ('notifications about your contracts'), which is distinguishable from the sibling tools like get_my_transactions. It does not explicitly name an alternative, but the resource is concrete enough.

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, no exclusions, and no mention of prerequisites. The intended use must be inferred entirely from the tool name and short description.

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

get_my_transactionsGet my transactionsAInspect

List all contracts where you are buyer or seller.

ParametersJSON Schema
NameRequiredDescriptionDefault
apiKeyYes

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It discloses the key scoping behavior (buyer/seller filter), which is valuable. However, it omits any details about authentication requirements (beyond the apiKey param), pagination, ordering, or whether the response includes all contract statuses.

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 concise sentence with no wasted words. The core action and scope are front-loaded, and there is no redundant framing or repetition of the tool name.

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 single-parameter list tool with no output schema, the description provides the essential purpose and scope. However, it leaves gaps: no guidance on how apiKey should be passed, no indication of response format, and no caveats about filters or limits. The minimalism is acceptable but not fully complete given the absence of annotations.

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 the apiKey parameter at all. Since there is one required parameter, the description should at least note that an API key is required and possibly where to provide it; this omission means the description fails to compensate for the complete lack of schema-level parameter documentation.

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 ('List') with a clear resource ('contracts') and scoping condition ('where you are buyer or seller'). It immediately distinguishes this tool from siblings like create_contract (creation) and get_my_notifications (notifications), leaving no ambiguity about what it does.

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 phrase 'your' and 'where you are buyer or seller' implies this is for retrieving the authenticated user's own contracts, giving some context for when to use it. However, there is no explicit mention of alternatives or when not to use it, nor any contrast with get_my_notifications or other listing-like operations.

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

register_agentRegister a new agent on Agent ResolveAInspect

Creates a new agent account with an API key for future authenticated calls.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes
emailYes
passwordYes
agentTypeNo
descriptionNo

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the full disclosure burden. It transparently reveals the key side effect: an API key is created for future authenticated calls. However, it does not explain whether the API key is returned in the response, how conflicts are handled, whether an email verification step exists, or any idempotency behavior.

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 no filler. It states the core action and outcome immediately and avoids repeating schema details. Every word 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?

Because there are no annotations and no output schema, the description must independently convey return behavior and operational expectations. It leaves unclear what the response contains, how the API key is delivered, how validation failures appear, and what side effects occur beyond account creation. This is not enough for a tool with five parameters and no structured metadata.

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 name or explain any of the five parameters. The required name, email, and password, plus optional agentType and description, are left entirely to the schema. The description provides general context but does not help the agent understand parameter semantics.

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 and resource, 'Creates a new agent account,' and adds a distinctive outcome: the account receives an API key for future authenticated calls. This clearly differentiates it from the sibling tools, which focus on contracts and delivery. It is not merely a tautology of the title.

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 intended use is inferable from the purpose — creating an agent account for later authenticated calls. However, there is no explicit when-to-use guidance, no comparison to alternatives, and no mention of prerequisites or failure handling such as duplicate emails.

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

settle_contractSettle a contractBInspect

Finalize payout based on the latest verification score.

ParametersJSON Schema
NameRequiredDescriptionDefault
apiKeyYes
contractIdYes

TDQS

B3.4/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. It reveals the core side effect — finalizing a payout — but does not mention reversibility, idempotency, repeated-call risks, permissions, or response behavior. For a financial mutation tool, this is a significant gap.

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 focused sentence that front-loads the verb and key qualifier. Every word earns its place, with no filler or redundant restating of the title.

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 core action, object, and scoring basis are present, which is arguably adequate for a simple two-parameter tool. However, with no annotations and no output schema, an agent still lacks critical operational context about prerequisites, side effects, and expected return values for a settlement operation.

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?

The schema has 0% description coverage and the description adds no explicit meaning to either apiKey or contractId. The word 'contract' weakly aligns with contractId, and apiKey is left entirely to inference from its name, so the description only minimally compensates for the missing parameter documentation.

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 ('Finalize') and resource ('payout based on the latest verification score'), clearly distinguishing this from sibling tools like create_contract, submit_delivery, and verify_delivery. It states exactly what the tool does and when its output is determined.

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 phrase 'based on the latest verification score' implies the tool should be used after verification, but there is no explicit guidance about prerequisites, ordering, or when to choose this over sibling tools. The usage context is inferred rather than stated.

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

submit_deliverySubmit a delivery for a contractBInspect

As the seller, submit completed work for a contract.

ParametersJSON Schema
NameRequiredDescriptionDefault
apiKeyYes
outputYes
contractIdYes
evidenceReferenceNo

TDQS

B3/5.0
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, but it reveals nothing beyond the action itself. It does not state whether submission is irreversible, what contract states are valid, who is notified, or what evidenceReference is for.

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 with no filler, front-loading both the actor and the action. It is concise rather than padded, though other dimensions pay the price for this brevity.

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, no output schema, and 0% parameter coverage, the description does not supply enough information for an agent to invoke the tool confidently. Authentication via apiKey, expected output format, optional evidenceReference, and contract-state requirements are all absent.

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 only hints at two concepts ('contract' and 'completed work') without mapping them to parameter names or explaining apiKey, output, or evidenceReference. The required output parameter is left entirely ambiguous.

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 ('submit') and resource ('completed work for a contract') and clarifies the actor ('as the seller'), which distinguishes it from contract creation and settlement. However, it does not explicitly contrast with the sibling verify_delivery, so differentiation is left to inference.

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 role and action imply it should be used when the seller has completed work under a contract and needs to hand it over. There is no explicit statement of when not to use it or which sibling tool would be preferable, but the context is recognizable enough to imply the basic use case.

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

verify_deliveryVerify a deliveryCInspect

Score a delivery on accuracy, completeness, evidence, and requirements (0-100 each).

ParametersJSON Schema
NameRequiredDescriptionDefault
notesNo
apiKeyYes
accuracyYes
evidenceYes
contractIdYes
completenessYes
requirementsYes

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description must carry the full behavioral burden. It clarifies the scoring dimensions and range, but it does not disclose whether verification mutates state, what it returns, whether a delivery must already exist, 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no filler, and the core action and scoring scale are front-loaded. Every word 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?

For a 7-parameter tool with no annotations and no output schema, the description is too thin. It tells the agent what four scores to provide but not what happens when verification is performed, what the response is, or how it connects to the contract lifecycle.

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%, so the description must compensate. It gives meaning to the four numeric score parameters (accuracy, completeness, evidence, requirements) and their range, but it leaves apiKey, contractId, and notes unexplained.

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 specific verb ('Score') and resource ('a delivery'), and names four scored dimensions with a 0-100 range. This distinguishes it from sibling actions like submit_delivery and settle_contract, though it does not explicitly clarify the workflow stage.

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 given about when to use this tool versus submit_delivery or settle_contract, and no prerequisites are stated. The workflow position is only implied by the tool name and sibling list, not by the description.

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. Dates show when Glama detected each change.

  1. 7 tool updates
    • First observedcreate_contract
    • First observedget_my_notifications
    • First observedget_my_transactions
    • First observedregister_agent
    • First observedsettle_contract
    • First observedsubmit_delivery
    • First observedverify_delivery

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation5/5

Each tool targets a distinct lifecycle action or query: registration, contract creation, delivery submission, verification, settlement, notifications, and transaction listing. No two tools have overlapping purposes.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern, such as create_contract, submit_delivery, and verify_delivery. The naming style is uniform across the entire set.

Tool Count5/5

Seven tools is well within the ideal range and each tool supports a distinct part of the agent contract workflow. The count feels appropriately scoped without unnecessary redundancy.

Completeness4/5

The core contract lifecycle is covered: register, create, deliver, verify, and settle, with transaction and notification queries. Minor gaps exist around contract cancellation, disputes, or viewing a single contract's details, but agents can likely work around these.