Ishtaran MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_knowledgeA | Hybrid search (exact id > alias > lexical) across operations, capabilities, errors, webhooks, recipes, glossary, gaps, and reference projects. |
| get_capabilityA | Full detail for one capability: its operations, related errors/webhooks/recipes. |
| get_operationC | Full detail for one public API operation, including per-language SDK mapping. |
| choose_sdkC | The real SDK method(s) for one operation, per language extracted directly from SDK source -- never invented by analogy. |
| explain_errorA | Meaning, HTTP status, retryability, remediation, and related operations for one error code. |
| get_webhook_contractA | The full delivery contract (headers, HMAC formula, timestamp/ordering rules), or detail for one specific event type. |
| get_recipeC | A full integration pattern: capabilities, flow, invariants, errors, webhooks, anti-patterns, and reference project status. |
| plan_integrationB | Given a goal, resolves the matching recipe (or the closest by search) and expands it into a concrete plan with real operations, SDK calls, errors, and webhooks. |
| validate_integration_planA | Checks a proposed plan (free-text claims and/or operationIds) against known gaps and platform invariants -- flags unsupported claims (e.g. multi-source Withdrawal, ManagedCustody, non-existent webhook events, API Key in a client app) rather than letting them pass silently. |
| get_knowledge_statusA | Local vs remote knowledge version, whether an update is available, and when the remote was last checked. Never blocks on network beyond a short timeout. |
| update_knowledgeA | Downloads and applies the newer remote knowledge bundle (data only, verified by SHA-256 hash and schema before being made active). Requires consent:true -- never runs without it. Never updates the MCP engine itself. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| integrate_ishtaran | Starting point for any new Ishtaran integration. |
| build_marketplace | Two-sided marketplace with platform fee and split. |
| build_wallet | End-user balance, deposit, withdrawal. |
| build_service_marketplace | Partial-Settlement, milestone-gated release. |
| debug_ishtaran | Diagnose an error code or symptom. |
| implement_webhook_receiver | Signature verification + delivery handling for one language. |
| review_ishtaran_integration | Adversarial review of a proposed or existing integration plan. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| index | Navigation summary: capabilities, concepts, recipes, error codes, webhook events, reference projects, and counts. |
| version | Engine version, knowledge bundle version, source commit, and OpenAPI hash. |
| auth | API Key vs Member JWT vs AccountHolder JWT -- when to use each, and what never to embed client-side. |
| idempotency | Idempotency-Key rules and the IDEMPOTENCY_KEY_CONFLICT / PAYOUT_BATCH_IDEMPOTENCY_KEY_CONFLICT errors. |
| environments | Local / Sandbox / Production status. |
| known-gaps | SUPPORTED / NOT_SUPPORTED / DEPRECATED / FUTURE / KNOWN_GAP entries -- what the platform genuinely does not do yet, or never will publicly. |
| openapi | Public contract summary (never the full 100+ paths at once) -- counts plus a pointer to the full spec. |
| webhooks | Headers, HMAC signature formula, timestamp/ordering/delivery rules, and the full list of real event types. |
| Settlement | One glossary invariant (e.g. Settlement vs Payout). |
| Payout | One glossary invariant (e.g. Settlement vs Payout). |
| obrigação econômica (economic obligation) | One glossary invariant (e.g. Settlement vs Payout). |
| PlatformFee | One glossary invariant (e.g. Settlement vs Payout). |
| PricingPolicy configuration | One glossary invariant (e.g. Settlement vs Payout). |
| SelfCustody | One glossary invariant (e.g. Settlement vs Payout). |
| NetworkCostPayerAccount | One glossary invariant (e.g. Settlement vs Payout). |
| CUSTOMER_RESOURCES | One glossary invariant (e.g. Settlement vs Payout). |
| ExecutionSource | One glossary invariant (e.g. Settlement vs Payout). |
| API Key | One glossary invariant (e.g. Settlement vs Payout). |
| Deposit | One glossary invariant (e.g. Settlement vs Payout). |
| Withdrawal multi-source | One glossary invariant (e.g. Settlement vs Payout). |
| Settlement multi-source | One glossary invariant (e.g. Settlement vs Payout). |
| ManagedCustody availability | One glossary invariant (e.g. Settlement vs Payout). |
| PayoutPolicy (public modes) | One glossary invariant (e.g. Settlement vs Payout). |
| Production readiness | One glossary invariant (e.g. Settlement vs Payout). |
| Ledger Entry | One glossary invariant (e.g. Settlement vs Payout). |
| accountholders | One capability: its operations, related errors/webhooks/recipes. |
| accounts | One capability: its operations, related errors/webhooks/recipes. |
| apikeys | One capability: its operations, related errors/webhooks/recipes. |
| applications | One capability: its operations, related errors/webhooks/recipes. |
| assetnetworkcatalog | One capability: its operations, related errors/webhooks/recipes. |
| auth | One capability: its operations, related errors/webhooks/recipes. |
| deposits | One capability: its operations, related errors/webhooks/recipes. |
| environments | One capability: its operations, related errors/webhooks/recipes. |
| executioncustody | One capability: its operations, related errors/webhooks/recipes. |
| ledger | One capability: its operations, related errors/webhooks/recipes. |
| members | One capability: its operations, related errors/webhooks/recipes. |
| notifications | One capability: its operations, related errors/webhooks/recipes. |
| organizations | One capability: its operations, related errors/webhooks/recipes. |
| payout | One capability: its operations, related errors/webhooks/recipes. |
| sandbox | One capability: its operations, related errors/webhooks/recipes. |
| settlement | One capability: its operations, related errors/webhooks/recipes. |
| transactions | One capability: its operations, related errors/webhooks/recipes. |
| withdrawals | One capability: its operations, related errors/webhooks/recipes. |
| workflowrules | One capability: its operations, related errors/webhooks/recipes. |
| CreateAccountHolderInvitation | One public API operation: method, path, capability, and per-language SDK mapping. |
| RevokeRelationship | One public API operation: method, path, capability, and per-language SDK mapping. |
| SignUpAccountHolder | One public API operation: method, path, capability, and per-language SDK mapping. |
| LoginAccountHolder | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetAccountHolderMe | One public API operation: method, path, capability, and per-language SDK mapping. |
| ClaimAccountHolderInvitation | One public API operation: method, path, capability, and per-language SDK mapping. |
| SignUpAndClaimAccountHolderInvitation | One public API operation: method, path, capability, and per-language SDK mapping. |
| ListAccountsByOrganization | One public API operation: method, path, capability, and per-language SDK mapping. |
| CreateAccount | One public API operation: method, path, capability, and per-language SDK mapping. |
| AuthorizeAccountForApplication | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetAccount | One public API operation: method, path, capability, and per-language SDK mapping. |
| CloseAccount | One public API operation: method, path, capability, and per-language SDK mapping. |
| FreezeAccount | One public API operation: method, path, capability, and per-language SDK mapping. |
| UnfreezeAccount | One public API operation: method, path, capability, and per-language SDK mapping. |
| RotateApiKey | One public API operation: method, path, capability, and per-language SDK mapping. |
| RevokeApiKey | One public API operation: method, path, capability, and per-language SDK mapping. |
| ListEnvironments | One public API operation: method, path, capability, and per-language SDK mapping. |
| CreateEnvironment | One public API operation: method, path, capability, and per-language SDK mapping. |
| ArchiveApplication | One public API operation: method, path, capability, and per-language SDK mapping. |
| SuspendApplication | One public API operation: method, path, capability, and per-language SDK mapping. |
| ReactivateApplication | One public API operation: method, path, capability, and per-language SDK mapping. |
| ListAssets | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetAsset | One public API operation: method, path, capability, and per-language SDK mapping. |
| ListNetworks | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetNetwork | One public API operation: method, path, capability, and per-language SDK mapping. |
| ListAssetNetworks | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetAssetNetwork | One public API operation: method, path, capability, and per-language SDK mapping. |
| Login | One public API operation: method, path, capability, and per-language SDK mapping. |
| RefreshToken | One public API operation: method, path, capability, and per-language SDK mapping. |
| RequestPasswordReset | One public API operation: method, path, capability, and per-language SDK mapping. |
| ConfirmPasswordReset | One public API operation: method, path, capability, and per-language SDK mapping. |
| SignUp | One public API operation: method, path, capability, and per-language SDK mapping. |
| CreatePaymentIntent | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetPaymentIntent | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetDeposit | One public API operation: method, path, capability, and per-language SDK mapping. |
| ListApiKeys | One public API operation: method, path, capability, and per-language SDK mapping. |
| GenerateApiKey | One public API operation: method, path, capability, and per-language SDK mapping. |
| RegisterWallet | One public API operation: method, path, capability, and per-language SDK mapping. |
| AllocateDepositAddress | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetWallet | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetWalletPublicMaterial | One public API operation: method, path, capability, and per-language SDK mapping. |
| CreateSigningRequest | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetNetworkExecutionQuote | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetSigningRequest | One public API operation: method, path, capability, and per-language SDK mapping. |
| SubmitSignedTransaction | One public API operation: method, path, capability, and per-language SDK mapping. |
| RegisterExecutionDestination | One public API operation: method, path, capability, and per-language SDK mapping. |
| RegisterExecutionSource | One public API operation: method, path, capability, and per-language SDK mapping. |
| SyncCustomerResourceStake | One public API operation: method, path, capability, and per-language SDK mapping. |
| RegisterNetworkCostPayerAccount | One public API operation: method, path, capability, and per-language SDK mapping. |
| UpdateNetworkResourcePreference | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetAccountBalance | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetAccountLedgerEntries | One public API operation: method, path, capability, and per-language SDK mapping. |
| AcceptInvite | One public API operation: method, path, capability, and per-language SDK mapping. |
| ListMembers | One public API operation: method, path, capability, and per-language SDK mapping. |
| InviteMember | One public API operation: method, path, capability, and per-language SDK mapping. |
| AssignMemberRole | One public API operation: method, path, capability, and per-language SDK mapping. |
| SuspendMember | One public API operation: method, path, capability, and per-language SDK mapping. |
| ReactivateMember | One public API operation: method, path, capability, and per-language SDK mapping. |
| RemoveMember | One public API operation: method, path, capability, and per-language SDK mapping. |
| SearchWebhookEndpoints | One public API operation: method, path, capability, and per-language SDK mapping. |
| ConfigureWebhookEndpoint | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetWebhookEndpoint | One public API operation: method, path, capability, and per-language SDK mapping. |
| RotateWebhookEndpointSecret | One public API operation: method, path, capability, and per-language SDK mapping. |
| DeactivateWebhookEndpoint | One public API operation: method, path, capability, and per-language SDK mapping. |
| SearchWebhookDeliveries | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetWebhookDelivery | One public API operation: method, path, capability, and per-language SDK mapping. |
| RedeliverWebhook | One public API operation: method, path, capability, and per-language SDK mapping. |
| CreateOrganization | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetOrganization | One public API operation: method, path, capability, and per-language SDK mapping. |
| SuspendOrganization | One public API operation: method, path, capability, and per-language SDK mapping. |
| ReactivateOrganization | One public API operation: method, path, capability, and per-language SDK mapping. |
| ListApplications | One public API operation: method, path, capability, and per-language SDK mapping. |
| CreateApplication | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetPayableSummary | One public API operation: method, path, capability, and per-language SDK mapping. |
| CreatePayoutBatch | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetPayoutBatch | One public API operation: method, path, capability, and per-language SDK mapping. |
| SandboxFaucet | One public API operation: method, path, capability, and per-language SDK mapping. |
| SandboxSimulateDeposit | One public API operation: method, path, capability, and per-language SDK mapping. |
| SandboxSimulateConfirmation | One public API operation: method, path, capability, and per-language SDK mapping. |
| SandboxSimulateBroadcastConfirmation | One public API operation: method, path, capability, and per-language SDK mapping. |
| SandboxSimulateWithdrawal | One public API operation: method, path, capability, and per-language SDK mapping. |
| SandboxSetObservedTreasuryBalance | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetSandboxObservedTreasuryBalance | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetSandboxObservedAddress | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetSandboxBroadcastAttempt | One public API operation: method, path, capability, and per-language SDK mapping. |
| SearchSettlements | One public API operation: method, path, capability, and per-language SDK mapping. |
| ExecuteSettlement | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetSettlement | One public API operation: method, path, capability, and per-language SDK mapping. |
| ReleaseRetainedSplit | One public API operation: method, path, capability, and per-language SDK mapping. |
| SearchRefunds | One public API operation: method, path, capability, and per-language SDK mapping. |
| ExecuteRefund | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetRefund | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetTransactionSettlementSummary | One public API operation: method, path, capability, and per-language SDK mapping. |
| CreateTransaction | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetTransaction | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetTransactionState | One public API operation: method, path, capability, and per-language SDK mapping. |
| ReserveTransactionBalance | One public API operation: method, path, capability, and per-language SDK mapping. |
| CancelTransaction | One public API operation: method, path, capability, and per-language SDK mapping. |
| FreezeTransaction | One public API operation: method, path, capability, and per-language SDK mapping. |
| UnfreezeTransaction | One public API operation: method, path, capability, and per-language SDK mapping. |
| CreateWithdrawalDestination | One public API operation: method, path, capability, and per-language SDK mapping. |
| SearchWithdrawals | One public API operation: method, path, capability, and per-language SDK mapping. |
| RequestWithdrawal | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetWithdrawalQuote | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetWithdrawal | One public API operation: method, path, capability, and per-language SDK mapping. |
| CancelWithdrawal | One public API operation: method, path, capability, and per-language SDK mapping. |
| RetryWithdrawalBroadcast | One public API operation: method, path, capability, and per-language SDK mapping. |
| ListWorkflowsByOrganization | One public API operation: method, path, capability, and per-language SDK mapping. |
| CreateWorkflow | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetWorkflow | One public API operation: method, path, capability, and per-language SDK mapping. |
| CreateWorkflowVersion | One public API operation: method, path, capability, and per-language SDK mapping. |
| GetWorkflowVersion | One public API operation: method, path, capability, and per-language SDK mapping. |
| PublishWorkflowVersion | One public API operation: method, path, capability, and per-language SDK mapping. |
| CreateRule | One public API operation: method, path, capability, and per-language SDK mapping. |
| ListEventTypes | One public API operation: method, path, capability, and per-language SDK mapping. |
| CreateEventType | One public API operation: method, path, capability, and per-language SDK mapping. |
| IngestEvent | One public API operation: method, path, capability, and per-language SDK mapping. |
| typescript: CreateAccountHolderInvitation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: CreateAccountHolderInvitation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: CreateAccountHolderInvitation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: CreateAccountHolderInvitation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: RevokeRelationship | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: RevokeRelationship | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: RevokeRelationship | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: RevokeRelationship | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SignUpAccountHolder | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SignUpAccountHolder | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SignUpAccountHolder | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SignUpAccountHolder | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: LoginAccountHolder | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: LoginAccountHolder | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: LoginAccountHolder | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: LoginAccountHolder | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetAccountHolderMe | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetAccountHolderMe | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetAccountHolderMe | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetAccountHolderMe | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: ClaimAccountHolderInvitation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: ClaimAccountHolderInvitation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: ClaimAccountHolderInvitation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: ClaimAccountHolderInvitation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SignUpAndClaimAccountHolderInvitation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SignUpAndClaimAccountHolderInvitation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SignUpAndClaimAccountHolderInvitation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SignUpAndClaimAccountHolderInvitation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: ListAccountsByOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: ListAccountsByOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: ListAccountsByOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: ListAccountsByOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: CreateAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: CreateAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: CreateAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: CreateAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: AuthorizeAccountForApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: AuthorizeAccountForApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: AuthorizeAccountForApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: AuthorizeAccountForApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: CloseAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: CloseAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: CloseAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: CloseAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: FreezeAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: FreezeAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: FreezeAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: FreezeAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: UnfreezeAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: UnfreezeAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: UnfreezeAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: UnfreezeAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: RotateApiKey | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: RotateApiKey | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: RotateApiKey | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: RotateApiKey | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: RevokeApiKey | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: RevokeApiKey | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: RevokeApiKey | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: RevokeApiKey | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: CreateEnvironment | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: CreateEnvironment | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: CreateEnvironment | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: CreateEnvironment | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: ArchiveApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: ArchiveApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: ArchiveApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: ArchiveApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SuspendApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SuspendApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SuspendApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SuspendApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: ReactivateApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: ReactivateApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: ReactivateApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: ReactivateApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: ListAssets | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: ListAssets | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: ListAssets | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: ListAssets | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetAsset | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetAsset | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetAsset | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetAsset | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: ListNetworks | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: ListNetworks | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: ListNetworks | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: ListNetworks | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetNetwork | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetNetwork | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetNetwork | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetNetwork | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: ListAssetNetworks | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: ListAssetNetworks | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: ListAssetNetworks | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: ListAssetNetworks | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetAssetNetwork | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetAssetNetwork | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetAssetNetwork | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetAssetNetwork | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: Login | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: Login | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: Login | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: Login | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: RefreshToken | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: RefreshToken | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: RefreshToken | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: RefreshToken | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: RequestPasswordReset | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: RequestPasswordReset | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: RequestPasswordReset | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: RequestPasswordReset | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: ConfirmPasswordReset | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: ConfirmPasswordReset | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: ConfirmPasswordReset | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: ConfirmPasswordReset | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SignUp | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SignUp | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SignUp | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SignUp | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: CreatePaymentIntent | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: CreatePaymentIntent | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: CreatePaymentIntent | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: CreatePaymentIntent | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetPaymentIntent | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetPaymentIntent | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetPaymentIntent | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetPaymentIntent | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetDeposit | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetDeposit | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetDeposit | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetDeposit | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: ListApiKeys | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: ListApiKeys | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: ListApiKeys | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: ListApiKeys | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GenerateApiKey | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GenerateApiKey | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GenerateApiKey | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GenerateApiKey | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: RegisterWallet | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: RegisterWallet | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: RegisterWallet | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: RegisterWallet | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: AllocateDepositAddress | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: AllocateDepositAddress | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: AllocateDepositAddress | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: AllocateDepositAddress | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetWallet | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetWallet | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetWallet | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetWallet | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetWalletPublicMaterial | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetWalletPublicMaterial | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetWalletPublicMaterial | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetWalletPublicMaterial | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: CreateSigningRequest | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: CreateSigningRequest | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: CreateSigningRequest | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: CreateSigningRequest | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetNetworkExecutionQuote | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetNetworkExecutionQuote | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetNetworkExecutionQuote | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetNetworkExecutionQuote | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetSigningRequest | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetSigningRequest | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetSigningRequest | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetSigningRequest | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SubmitSignedTransaction | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SubmitSignedTransaction | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SubmitSignedTransaction | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SubmitSignedTransaction | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: RegisterExecutionDestination | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: RegisterExecutionDestination | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: RegisterExecutionDestination | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: RegisterExecutionDestination | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: RegisterExecutionSource | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: RegisterExecutionSource | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: RegisterExecutionSource | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: RegisterExecutionSource | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SyncCustomerResourceStake | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SyncCustomerResourceStake | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SyncCustomerResourceStake | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SyncCustomerResourceStake | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: RegisterNetworkCostPayerAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: RegisterNetworkCostPayerAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: RegisterNetworkCostPayerAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: RegisterNetworkCostPayerAccount | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: UpdateNetworkResourcePreference | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: UpdateNetworkResourcePreference | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: UpdateNetworkResourcePreference | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: UpdateNetworkResourcePreference | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetAccountBalance | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetAccountBalance | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetAccountBalance | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetAccountBalance | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetAccountLedgerEntries | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetAccountLedgerEntries | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetAccountLedgerEntries | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetAccountLedgerEntries | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: AcceptInvite | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: AcceptInvite | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: AcceptInvite | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: AcceptInvite | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: ListMembers | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: ListMembers | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: ListMembers | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: ListMembers | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: InviteMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: InviteMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: InviteMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: InviteMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: AssignMemberRole | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: AssignMemberRole | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: AssignMemberRole | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: AssignMemberRole | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SuspendMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SuspendMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SuspendMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SuspendMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: ReactivateMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: ReactivateMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: ReactivateMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: ReactivateMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: RemoveMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: RemoveMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: RemoveMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: RemoveMember | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SearchWebhookEndpoints | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SearchWebhookEndpoints | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SearchWebhookEndpoints | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SearchWebhookEndpoints | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: ConfigureWebhookEndpoint | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: ConfigureWebhookEndpoint | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: ConfigureWebhookEndpoint | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: ConfigureWebhookEndpoint | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetWebhookEndpoint | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetWebhookEndpoint | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetWebhookEndpoint | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetWebhookEndpoint | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: RotateWebhookEndpointSecret | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: RotateWebhookEndpointSecret | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: RotateWebhookEndpointSecret | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: RotateWebhookEndpointSecret | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: DeactivateWebhookEndpoint | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: DeactivateWebhookEndpoint | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: DeactivateWebhookEndpoint | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: DeactivateWebhookEndpoint | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SearchWebhookDeliveries | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SearchWebhookDeliveries | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SearchWebhookDeliveries | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SearchWebhookDeliveries | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetWebhookDelivery | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetWebhookDelivery | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetWebhookDelivery | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetWebhookDelivery | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: RedeliverWebhook | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: RedeliverWebhook | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: RedeliverWebhook | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: RedeliverWebhook | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: CreateOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: CreateOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: CreateOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: CreateOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SuspendOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SuspendOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SuspendOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SuspendOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: ReactivateOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: ReactivateOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: ReactivateOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: ReactivateOrganization | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: ListApplications | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: ListApplications | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: ListApplications | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: ListApplications | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: CreateApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: CreateApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: CreateApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: CreateApplication | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetPayableSummary | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetPayableSummary | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetPayableSummary | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetPayableSummary | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: CreatePayoutBatch | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: CreatePayoutBatch | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: CreatePayoutBatch | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: CreatePayoutBatch | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetPayoutBatch | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetPayoutBatch | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetPayoutBatch | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetPayoutBatch | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SandboxFaucet | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SandboxFaucet | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SandboxFaucet | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SandboxFaucet | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SandboxSimulateDeposit | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SandboxSimulateDeposit | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SandboxSimulateDeposit | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SandboxSimulateDeposit | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SandboxSimulateConfirmation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SandboxSimulateConfirmation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SandboxSimulateConfirmation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SandboxSimulateConfirmation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SandboxSimulateBroadcastConfirmation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SandboxSimulateBroadcastConfirmation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SandboxSimulateBroadcastConfirmation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SandboxSimulateBroadcastConfirmation | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SandboxSimulateWithdrawal | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SandboxSimulateWithdrawal | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SandboxSimulateWithdrawal | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SandboxSimulateWithdrawal | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SandboxSetObservedTreasuryBalance | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SandboxSetObservedTreasuryBalance | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SandboxSetObservedTreasuryBalance | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: SandboxSetObservedTreasuryBalance | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetSandboxObservedTreasuryBalance | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetSandboxObservedTreasuryBalance | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetSandboxObservedTreasuryBalance | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetSandboxObservedTreasuryBalance | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetSandboxObservedAddress | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetSandboxObservedAddress | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetSandboxObservedAddress | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetSandboxObservedAddress | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: GetSandboxBroadcastAttempt | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: GetSandboxBroadcastAttempt | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: GetSandboxBroadcastAttempt | The real method/resource/signature for one language, extracted from the actual SDK source. |
| go: GetSandboxBroadcastAttempt | The real method/resource/signature for one language, extracted from the actual SDK source. |
| typescript: SearchSettlements | The real method/resource/signature for one language, extracted from the actual SDK source. |
| java: SearchSettlements | The real method/resource/signature for one language, extracted from the actual SDK source. |
| python: SearchSettlements | The real method/resource/signature for one language, extracted from the actual SDK source. |
TDQS
Scored across 11 tools
Most tools target distinct resources (capabilities, operations, SDKs, errors, webhooks, recipes, knowledge). get_capability and get_operation are close but descriptions clarify capability vs operation; search_knowledge and plan_integration both search, but one is a general lookup and the other is goal-driven planning.
Tool names mostly follow a verb_noun pattern: get_capability, get_operation, get_webhook_contract, get_recipe, get_knowledge_status, update_knowledge, search_knowledge, explain_error, choose_sdk, plan_integration, validate_integration_plan. Minor inconsistency: explain_error and choose_sdk use different verb styles, but the pattern is still readable and predictable.
11 tools is well-scoped for a knowledge/API integration server. Each tool covers a distinct aspect of the domain: lookup, search, planning, validation, and knowledge maintenance.
The surface covers the core lifecycle: search, retrieve details, plan, validate, and update knowledge. Minor gaps: no explicit tool for listing all capabilities/operations or comparing knowledge versions beyond status, but the search and get tools cover most needs.