get_vault_allocation
Retrieve vault allocation for a specific market by providing the address and chain ID using the Morpho API MCP Server.
Instructions
Get vault allocation for a specific market.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | ||
chainId | No |
Input Schema (JSON Schema)
{
"properties": {
"address": {
"type": "string"
},
"chainId": {
"type": "number"
}
},
"required": [
"address"
],
"type": "object"
}