keeta_list_sdk_methods
Discover available SDK methods and properties for Keeta Network operations at runtime. Use this tool to explore what actions you can perform before executing them, including network queries, authenticated operations, transaction building, and dynamic anchor services.
Instructions
Discover available methods and properties on Keeta SDK objects at runtime. Use this FIRST to understand what operations are available before calling execute tools.
The "target" parameter accepts:
Core SDK (fixed): "Client" → read-only network queries "UserClient" → authenticated operations "Builder" → batch transaction builder "Account" → account utilities + enums "Block" → block types + operation enums "Permissions" → permission construction "Config" → network configuration
Anchor SDK (dynamic — auto-discovers new services): "AnchorCatalog" → list ALL available anchor services and lib modules (start here!) "AnchorService:" → methods on a specific anchor service client (e.g. "AnchorService:FX", "AnchorService:KYC", "AnchorService:AssetMovement", "AnchorService:Username", "AnchorService:Notification", or ANY new service the SDK adds) "AnchorLib:" → methods on a specific anchor lib module (e.g. "AnchorLib:Resolver", "AnchorLib:Certificates", "AnchorLib:EncryptedContainer", "AnchorLib:URI", or ANY new module)
When in doubt, start with "AnchorCatalog" to see everything available, then drill into specific services/modules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | SDK target to introspect. Fixed values: "Client", "UserClient", "Builder", "Account", "Block", "Permissions", "Config", "AnchorCatalog". Dynamic: "AnchorService:<Name>" or "AnchorLib:<Name>". | |
| network | No | Network for instantiation (needed for Client/UserClient/Builder) | test |