ai.agenttrust/mcp
get_escrow_info
Retrieve metadata about an existing escrow vault. Never returns the fulfillment key — that is only returned on approval. Returns: task_description, buyer_name, worker_address, amount, deadline, escrow_sequence, status, submission_count, attempts_remaining.
Remote xrpl/agent-trust
Other tools also called get_escrow_info?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"escrow_id": {
"type": "string",
"description": "The receipt code for the vault to look up, e.g. AT-7X9K-2MQ4."
}
}
}