Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
integrate_ishtaranStarting point for any new Ishtaran integration.
build_marketplaceTwo-sided marketplace with platform fee and split.
build_walletEnd-user balance, deposit, withdrawal.
build_service_marketplacePartial-Settlement, milestone-gated release.
debug_ishtaranDiagnose an error code or symptom.
implement_webhook_receiverSignature verification + delivery handling for one language.
review_ishtaran_integrationAdversarial review of a proposed or existing integration plan.

Resources

Contextual data attached and managed by the client

NameDescription
indexNavigation summary: capabilities, concepts, recipes, error codes, webhook events, reference projects, and counts.
versionEngine version, knowledge bundle version, source commit, and OpenAPI hash.
authAPI Key vs Member JWT vs AccountHolder JWT -- when to use each, and what never to embed client-side.
idempotencyIdempotency-Key rules and the IDEMPOTENCY_KEY_CONFLICT / PAYOUT_BATCH_IDEMPOTENCY_KEY_CONFLICT errors.
environmentsLocal / Sandbox / Production status.
known-gapsSUPPORTED / NOT_SUPPORTED / DEPRECATED / FUTURE / KNOWN_GAP entries -- what the platform genuinely does not do yet, or never will publicly.
openapiPublic contract summary (never the full 100+ paths at once) -- counts plus a pointer to the full spec.
webhooksHeaders, HMAC signature formula, timestamp/ordering/delivery rules, and the full list of real event types.
SettlementOne glossary invariant (e.g. Settlement vs Payout).
PayoutOne glossary invariant (e.g. Settlement vs Payout).
obrigação econômica (economic obligation)One glossary invariant (e.g. Settlement vs Payout).
PlatformFeeOne glossary invariant (e.g. Settlement vs Payout).
PricingPolicy configurationOne glossary invariant (e.g. Settlement vs Payout).
SelfCustodyOne glossary invariant (e.g. Settlement vs Payout).
NetworkCostPayerAccountOne glossary invariant (e.g. Settlement vs Payout).
CUSTOMER_RESOURCESOne glossary invariant (e.g. Settlement vs Payout).
ExecutionSourceOne glossary invariant (e.g. Settlement vs Payout).
API KeyOne glossary invariant (e.g. Settlement vs Payout).
DepositOne glossary invariant (e.g. Settlement vs Payout).
Withdrawal multi-sourceOne glossary invariant (e.g. Settlement vs Payout).
Settlement multi-sourceOne glossary invariant (e.g. Settlement vs Payout).
ManagedCustody availabilityOne glossary invariant (e.g. Settlement vs Payout).
PayoutPolicy (public modes)One glossary invariant (e.g. Settlement vs Payout).
Production readinessOne glossary invariant (e.g. Settlement vs Payout).
Ledger EntryOne glossary invariant (e.g. Settlement vs Payout).
accountholdersOne capability: its operations, related errors/webhooks/recipes.
accountsOne capability: its operations, related errors/webhooks/recipes.
apikeysOne capability: its operations, related errors/webhooks/recipes.
applicationsOne capability: its operations, related errors/webhooks/recipes.
assetnetworkcatalogOne capability: its operations, related errors/webhooks/recipes.
authOne capability: its operations, related errors/webhooks/recipes.
depositsOne capability: its operations, related errors/webhooks/recipes.
environmentsOne capability: its operations, related errors/webhooks/recipes.
executioncustodyOne capability: its operations, related errors/webhooks/recipes.
ledgerOne capability: its operations, related errors/webhooks/recipes.
membersOne capability: its operations, related errors/webhooks/recipes.
notificationsOne capability: its operations, related errors/webhooks/recipes.
organizationsOne capability: its operations, related errors/webhooks/recipes.
payoutOne capability: its operations, related errors/webhooks/recipes.
sandboxOne capability: its operations, related errors/webhooks/recipes.
settlementOne capability: its operations, related errors/webhooks/recipes.
transactionsOne capability: its operations, related errors/webhooks/recipes.
withdrawalsOne capability: its operations, related errors/webhooks/recipes.
workflowrulesOne capability: its operations, related errors/webhooks/recipes.
CreateAccountHolderInvitationOne public API operation: method, path, capability, and per-language SDK mapping.
RevokeRelationshipOne public API operation: method, path, capability, and per-language SDK mapping.
SignUpAccountHolderOne public API operation: method, path, capability, and per-language SDK mapping.
LoginAccountHolderOne public API operation: method, path, capability, and per-language SDK mapping.
GetAccountHolderMeOne public API operation: method, path, capability, and per-language SDK mapping.
ClaimAccountHolderInvitationOne public API operation: method, path, capability, and per-language SDK mapping.
SignUpAndClaimAccountHolderInvitationOne public API operation: method, path, capability, and per-language SDK mapping.
ListAccountsByOrganizationOne public API operation: method, path, capability, and per-language SDK mapping.
CreateAccountOne public API operation: method, path, capability, and per-language SDK mapping.
AuthorizeAccountForApplicationOne public API operation: method, path, capability, and per-language SDK mapping.
GetAccountOne public API operation: method, path, capability, and per-language SDK mapping.
CloseAccountOne public API operation: method, path, capability, and per-language SDK mapping.
FreezeAccountOne public API operation: method, path, capability, and per-language SDK mapping.
UnfreezeAccountOne public API operation: method, path, capability, and per-language SDK mapping.
RotateApiKeyOne public API operation: method, path, capability, and per-language SDK mapping.
RevokeApiKeyOne public API operation: method, path, capability, and per-language SDK mapping.
ListEnvironmentsOne public API operation: method, path, capability, and per-language SDK mapping.
CreateEnvironmentOne public API operation: method, path, capability, and per-language SDK mapping.
ArchiveApplicationOne public API operation: method, path, capability, and per-language SDK mapping.
SuspendApplicationOne public API operation: method, path, capability, and per-language SDK mapping.
ReactivateApplicationOne public API operation: method, path, capability, and per-language SDK mapping.
ListAssetsOne public API operation: method, path, capability, and per-language SDK mapping.
GetAssetOne public API operation: method, path, capability, and per-language SDK mapping.
ListNetworksOne public API operation: method, path, capability, and per-language SDK mapping.
GetNetworkOne public API operation: method, path, capability, and per-language SDK mapping.
ListAssetNetworksOne public API operation: method, path, capability, and per-language SDK mapping.
GetAssetNetworkOne public API operation: method, path, capability, and per-language SDK mapping.
LoginOne public API operation: method, path, capability, and per-language SDK mapping.
RefreshTokenOne public API operation: method, path, capability, and per-language SDK mapping.
RequestPasswordResetOne public API operation: method, path, capability, and per-language SDK mapping.
ConfirmPasswordResetOne public API operation: method, path, capability, and per-language SDK mapping.
SignUpOne public API operation: method, path, capability, and per-language SDK mapping.
CreatePaymentIntentOne public API operation: method, path, capability, and per-language SDK mapping.
GetPaymentIntentOne public API operation: method, path, capability, and per-language SDK mapping.
GetDepositOne public API operation: method, path, capability, and per-language SDK mapping.
ListApiKeysOne public API operation: method, path, capability, and per-language SDK mapping.
GenerateApiKeyOne public API operation: method, path, capability, and per-language SDK mapping.
RegisterWalletOne public API operation: method, path, capability, and per-language SDK mapping.
AllocateDepositAddressOne public API operation: method, path, capability, and per-language SDK mapping.
GetWalletOne public API operation: method, path, capability, and per-language SDK mapping.
GetWalletPublicMaterialOne public API operation: method, path, capability, and per-language SDK mapping.
CreateSigningRequestOne public API operation: method, path, capability, and per-language SDK mapping.
GetNetworkExecutionQuoteOne public API operation: method, path, capability, and per-language SDK mapping.
GetSigningRequestOne public API operation: method, path, capability, and per-language SDK mapping.
SubmitSignedTransactionOne public API operation: method, path, capability, and per-language SDK mapping.
RegisterExecutionDestinationOne public API operation: method, path, capability, and per-language SDK mapping.
RegisterExecutionSourceOne public API operation: method, path, capability, and per-language SDK mapping.
SyncCustomerResourceStakeOne public API operation: method, path, capability, and per-language SDK mapping.
RegisterNetworkCostPayerAccountOne public API operation: method, path, capability, and per-language SDK mapping.
UpdateNetworkResourcePreferenceOne public API operation: method, path, capability, and per-language SDK mapping.
GetAccountBalanceOne public API operation: method, path, capability, and per-language SDK mapping.
GetAccountLedgerEntriesOne public API operation: method, path, capability, and per-language SDK mapping.
AcceptInviteOne public API operation: method, path, capability, and per-language SDK mapping.
ListMembersOne public API operation: method, path, capability, and per-language SDK mapping.
InviteMemberOne public API operation: method, path, capability, and per-language SDK mapping.
AssignMemberRoleOne public API operation: method, path, capability, and per-language SDK mapping.
SuspendMemberOne public API operation: method, path, capability, and per-language SDK mapping.
ReactivateMemberOne public API operation: method, path, capability, and per-language SDK mapping.
RemoveMemberOne public API operation: method, path, capability, and per-language SDK mapping.
SearchWebhookEndpointsOne public API operation: method, path, capability, and per-language SDK mapping.
ConfigureWebhookEndpointOne public API operation: method, path, capability, and per-language SDK mapping.
GetWebhookEndpointOne public API operation: method, path, capability, and per-language SDK mapping.
RotateWebhookEndpointSecretOne public API operation: method, path, capability, and per-language SDK mapping.
DeactivateWebhookEndpointOne public API operation: method, path, capability, and per-language SDK mapping.
SearchWebhookDeliveriesOne public API operation: method, path, capability, and per-language SDK mapping.
GetWebhookDeliveryOne public API operation: method, path, capability, and per-language SDK mapping.
RedeliverWebhookOne public API operation: method, path, capability, and per-language SDK mapping.
CreateOrganizationOne public API operation: method, path, capability, and per-language SDK mapping.
GetOrganizationOne public API operation: method, path, capability, and per-language SDK mapping.
SuspendOrganizationOne public API operation: method, path, capability, and per-language SDK mapping.
ReactivateOrganizationOne public API operation: method, path, capability, and per-language SDK mapping.
ListApplicationsOne public API operation: method, path, capability, and per-language SDK mapping.
CreateApplicationOne public API operation: method, path, capability, and per-language SDK mapping.
GetPayableSummaryOne public API operation: method, path, capability, and per-language SDK mapping.
CreatePayoutBatchOne public API operation: method, path, capability, and per-language SDK mapping.
GetPayoutBatchOne public API operation: method, path, capability, and per-language SDK mapping.
SandboxFaucetOne public API operation: method, path, capability, and per-language SDK mapping.
SandboxSimulateDepositOne public API operation: method, path, capability, and per-language SDK mapping.
SandboxSimulateConfirmationOne public API operation: method, path, capability, and per-language SDK mapping.
SandboxSimulateBroadcastConfirmationOne public API operation: method, path, capability, and per-language SDK mapping.
SandboxSimulateWithdrawalOne public API operation: method, path, capability, and per-language SDK mapping.
SandboxSetObservedTreasuryBalanceOne public API operation: method, path, capability, and per-language SDK mapping.
GetSandboxObservedTreasuryBalanceOne public API operation: method, path, capability, and per-language SDK mapping.
GetSandboxObservedAddressOne public API operation: method, path, capability, and per-language SDK mapping.
GetSandboxBroadcastAttemptOne public API operation: method, path, capability, and per-language SDK mapping.
SearchSettlementsOne public API operation: method, path, capability, and per-language SDK mapping.
ExecuteSettlementOne public API operation: method, path, capability, and per-language SDK mapping.
GetSettlementOne public API operation: method, path, capability, and per-language SDK mapping.
ReleaseRetainedSplitOne public API operation: method, path, capability, and per-language SDK mapping.
SearchRefundsOne public API operation: method, path, capability, and per-language SDK mapping.
ExecuteRefundOne public API operation: method, path, capability, and per-language SDK mapping.
GetRefundOne public API operation: method, path, capability, and per-language SDK mapping.
GetTransactionSettlementSummaryOne public API operation: method, path, capability, and per-language SDK mapping.
CreateTransactionOne public API operation: method, path, capability, and per-language SDK mapping.
GetTransactionOne public API operation: method, path, capability, and per-language SDK mapping.
GetTransactionStateOne public API operation: method, path, capability, and per-language SDK mapping.
ReserveTransactionBalanceOne public API operation: method, path, capability, and per-language SDK mapping.
CancelTransactionOne public API operation: method, path, capability, and per-language SDK mapping.
FreezeTransactionOne public API operation: method, path, capability, and per-language SDK mapping.
UnfreezeTransactionOne public API operation: method, path, capability, and per-language SDK mapping.
CreateWithdrawalDestinationOne public API operation: method, path, capability, and per-language SDK mapping.
SearchWithdrawalsOne public API operation: method, path, capability, and per-language SDK mapping.
RequestWithdrawalOne public API operation: method, path, capability, and per-language SDK mapping.
GetWithdrawalQuoteOne public API operation: method, path, capability, and per-language SDK mapping.
GetWithdrawalOne public API operation: method, path, capability, and per-language SDK mapping.
CancelWithdrawalOne public API operation: method, path, capability, and per-language SDK mapping.
RetryWithdrawalBroadcastOne public API operation: method, path, capability, and per-language SDK mapping.
ListWorkflowsByOrganizationOne public API operation: method, path, capability, and per-language SDK mapping.
CreateWorkflowOne public API operation: method, path, capability, and per-language SDK mapping.
GetWorkflowOne public API operation: method, path, capability, and per-language SDK mapping.
CreateWorkflowVersionOne public API operation: method, path, capability, and per-language SDK mapping.
GetWorkflowVersionOne public API operation: method, path, capability, and per-language SDK mapping.
PublishWorkflowVersionOne public API operation: method, path, capability, and per-language SDK mapping.
CreateRuleOne public API operation: method, path, capability, and per-language SDK mapping.
ListEventTypesOne public API operation: method, path, capability, and per-language SDK mapping.
CreateEventTypeOne public API operation: method, path, capability, and per-language SDK mapping.
IngestEventOne public API operation: method, path, capability, and per-language SDK mapping.
typescript: CreateAccountHolderInvitationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: CreateAccountHolderInvitationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: CreateAccountHolderInvitationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: CreateAccountHolderInvitationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: RevokeRelationshipThe real method/resource/signature for one language, extracted from the actual SDK source.
java: RevokeRelationshipThe real method/resource/signature for one language, extracted from the actual SDK source.
python: RevokeRelationshipThe real method/resource/signature for one language, extracted from the actual SDK source.
go: RevokeRelationshipThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SignUpAccountHolderThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SignUpAccountHolderThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SignUpAccountHolderThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SignUpAccountHolderThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: LoginAccountHolderThe real method/resource/signature for one language, extracted from the actual SDK source.
java: LoginAccountHolderThe real method/resource/signature for one language, extracted from the actual SDK source.
python: LoginAccountHolderThe real method/resource/signature for one language, extracted from the actual SDK source.
go: LoginAccountHolderThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetAccountHolderMeThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetAccountHolderMeThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetAccountHolderMeThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetAccountHolderMeThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: ClaimAccountHolderInvitationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: ClaimAccountHolderInvitationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: ClaimAccountHolderInvitationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: ClaimAccountHolderInvitationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SignUpAndClaimAccountHolderInvitationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SignUpAndClaimAccountHolderInvitationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SignUpAndClaimAccountHolderInvitationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SignUpAndClaimAccountHolderInvitationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: ListAccountsByOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: ListAccountsByOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: ListAccountsByOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: ListAccountsByOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: CreateAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
java: CreateAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
python: CreateAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
go: CreateAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: AuthorizeAccountForApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: AuthorizeAccountForApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: AuthorizeAccountForApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: AuthorizeAccountForApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: CloseAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
java: CloseAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
python: CloseAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
go: CloseAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: FreezeAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
java: FreezeAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
python: FreezeAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
go: FreezeAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: UnfreezeAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
java: UnfreezeAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
python: UnfreezeAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
go: UnfreezeAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: RotateApiKeyThe real method/resource/signature for one language, extracted from the actual SDK source.
java: RotateApiKeyThe real method/resource/signature for one language, extracted from the actual SDK source.
python: RotateApiKeyThe real method/resource/signature for one language, extracted from the actual SDK source.
go: RotateApiKeyThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: RevokeApiKeyThe real method/resource/signature for one language, extracted from the actual SDK source.
java: RevokeApiKeyThe real method/resource/signature for one language, extracted from the actual SDK source.
python: RevokeApiKeyThe real method/resource/signature for one language, extracted from the actual SDK source.
go: RevokeApiKeyThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: CreateEnvironmentThe real method/resource/signature for one language, extracted from the actual SDK source.
java: CreateEnvironmentThe real method/resource/signature for one language, extracted from the actual SDK source.
python: CreateEnvironmentThe real method/resource/signature for one language, extracted from the actual SDK source.
go: CreateEnvironmentThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: ArchiveApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: ArchiveApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: ArchiveApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: ArchiveApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SuspendApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SuspendApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SuspendApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SuspendApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: ReactivateApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: ReactivateApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: ReactivateApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: ReactivateApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: ListAssetsThe real method/resource/signature for one language, extracted from the actual SDK source.
java: ListAssetsThe real method/resource/signature for one language, extracted from the actual SDK source.
python: ListAssetsThe real method/resource/signature for one language, extracted from the actual SDK source.
go: ListAssetsThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetAssetThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetAssetThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetAssetThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetAssetThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: ListNetworksThe real method/resource/signature for one language, extracted from the actual SDK source.
java: ListNetworksThe real method/resource/signature for one language, extracted from the actual SDK source.
python: ListNetworksThe real method/resource/signature for one language, extracted from the actual SDK source.
go: ListNetworksThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetNetworkThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetNetworkThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetNetworkThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetNetworkThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: ListAssetNetworksThe real method/resource/signature for one language, extracted from the actual SDK source.
java: ListAssetNetworksThe real method/resource/signature for one language, extracted from the actual SDK source.
python: ListAssetNetworksThe real method/resource/signature for one language, extracted from the actual SDK source.
go: ListAssetNetworksThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetAssetNetworkThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetAssetNetworkThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetAssetNetworkThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetAssetNetworkThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: LoginThe real method/resource/signature for one language, extracted from the actual SDK source.
java: LoginThe real method/resource/signature for one language, extracted from the actual SDK source.
python: LoginThe real method/resource/signature for one language, extracted from the actual SDK source.
go: LoginThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: RefreshTokenThe real method/resource/signature for one language, extracted from the actual SDK source.
java: RefreshTokenThe real method/resource/signature for one language, extracted from the actual SDK source.
python: RefreshTokenThe real method/resource/signature for one language, extracted from the actual SDK source.
go: RefreshTokenThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: RequestPasswordResetThe real method/resource/signature for one language, extracted from the actual SDK source.
java: RequestPasswordResetThe real method/resource/signature for one language, extracted from the actual SDK source.
python: RequestPasswordResetThe real method/resource/signature for one language, extracted from the actual SDK source.
go: RequestPasswordResetThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: ConfirmPasswordResetThe real method/resource/signature for one language, extracted from the actual SDK source.
java: ConfirmPasswordResetThe real method/resource/signature for one language, extracted from the actual SDK source.
python: ConfirmPasswordResetThe real method/resource/signature for one language, extracted from the actual SDK source.
go: ConfirmPasswordResetThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SignUpThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SignUpThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SignUpThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SignUpThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: CreatePaymentIntentThe real method/resource/signature for one language, extracted from the actual SDK source.
java: CreatePaymentIntentThe real method/resource/signature for one language, extracted from the actual SDK source.
python: CreatePaymentIntentThe real method/resource/signature for one language, extracted from the actual SDK source.
go: CreatePaymentIntentThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetPaymentIntentThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetPaymentIntentThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetPaymentIntentThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetPaymentIntentThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetDepositThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetDepositThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetDepositThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetDepositThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: ListApiKeysThe real method/resource/signature for one language, extracted from the actual SDK source.
java: ListApiKeysThe real method/resource/signature for one language, extracted from the actual SDK source.
python: ListApiKeysThe real method/resource/signature for one language, extracted from the actual SDK source.
go: ListApiKeysThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GenerateApiKeyThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GenerateApiKeyThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GenerateApiKeyThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GenerateApiKeyThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: RegisterWalletThe real method/resource/signature for one language, extracted from the actual SDK source.
java: RegisterWalletThe real method/resource/signature for one language, extracted from the actual SDK source.
python: RegisterWalletThe real method/resource/signature for one language, extracted from the actual SDK source.
go: RegisterWalletThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: AllocateDepositAddressThe real method/resource/signature for one language, extracted from the actual SDK source.
java: AllocateDepositAddressThe real method/resource/signature for one language, extracted from the actual SDK source.
python: AllocateDepositAddressThe real method/resource/signature for one language, extracted from the actual SDK source.
go: AllocateDepositAddressThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetWalletThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetWalletThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetWalletThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetWalletThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetWalletPublicMaterialThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetWalletPublicMaterialThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetWalletPublicMaterialThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetWalletPublicMaterialThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: CreateSigningRequestThe real method/resource/signature for one language, extracted from the actual SDK source.
java: CreateSigningRequestThe real method/resource/signature for one language, extracted from the actual SDK source.
python: CreateSigningRequestThe real method/resource/signature for one language, extracted from the actual SDK source.
go: CreateSigningRequestThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetNetworkExecutionQuoteThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetNetworkExecutionQuoteThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetNetworkExecutionQuoteThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetNetworkExecutionQuoteThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetSigningRequestThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetSigningRequestThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetSigningRequestThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetSigningRequestThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SubmitSignedTransactionThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SubmitSignedTransactionThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SubmitSignedTransactionThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SubmitSignedTransactionThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: RegisterExecutionDestinationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: RegisterExecutionDestinationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: RegisterExecutionDestinationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: RegisterExecutionDestinationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: RegisterExecutionSourceThe real method/resource/signature for one language, extracted from the actual SDK source.
java: RegisterExecutionSourceThe real method/resource/signature for one language, extracted from the actual SDK source.
python: RegisterExecutionSourceThe real method/resource/signature for one language, extracted from the actual SDK source.
go: RegisterExecutionSourceThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SyncCustomerResourceStakeThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SyncCustomerResourceStakeThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SyncCustomerResourceStakeThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SyncCustomerResourceStakeThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: RegisterNetworkCostPayerAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
java: RegisterNetworkCostPayerAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
python: RegisterNetworkCostPayerAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
go: RegisterNetworkCostPayerAccountThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: UpdateNetworkResourcePreferenceThe real method/resource/signature for one language, extracted from the actual SDK source.
java: UpdateNetworkResourcePreferenceThe real method/resource/signature for one language, extracted from the actual SDK source.
python: UpdateNetworkResourcePreferenceThe real method/resource/signature for one language, extracted from the actual SDK source.
go: UpdateNetworkResourcePreferenceThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetAccountBalanceThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetAccountBalanceThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetAccountBalanceThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetAccountBalanceThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetAccountLedgerEntriesThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetAccountLedgerEntriesThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetAccountLedgerEntriesThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetAccountLedgerEntriesThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: AcceptInviteThe real method/resource/signature for one language, extracted from the actual SDK source.
java: AcceptInviteThe real method/resource/signature for one language, extracted from the actual SDK source.
python: AcceptInviteThe real method/resource/signature for one language, extracted from the actual SDK source.
go: AcceptInviteThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: ListMembersThe real method/resource/signature for one language, extracted from the actual SDK source.
java: ListMembersThe real method/resource/signature for one language, extracted from the actual SDK source.
python: ListMembersThe real method/resource/signature for one language, extracted from the actual SDK source.
go: ListMembersThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: InviteMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
java: InviteMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
python: InviteMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
go: InviteMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: AssignMemberRoleThe real method/resource/signature for one language, extracted from the actual SDK source.
java: AssignMemberRoleThe real method/resource/signature for one language, extracted from the actual SDK source.
python: AssignMemberRoleThe real method/resource/signature for one language, extracted from the actual SDK source.
go: AssignMemberRoleThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SuspendMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SuspendMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SuspendMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SuspendMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: ReactivateMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
java: ReactivateMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
python: ReactivateMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
go: ReactivateMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: RemoveMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
java: RemoveMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
python: RemoveMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
go: RemoveMemberThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SearchWebhookEndpointsThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SearchWebhookEndpointsThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SearchWebhookEndpointsThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SearchWebhookEndpointsThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: ConfigureWebhookEndpointThe real method/resource/signature for one language, extracted from the actual SDK source.
java: ConfigureWebhookEndpointThe real method/resource/signature for one language, extracted from the actual SDK source.
python: ConfigureWebhookEndpointThe real method/resource/signature for one language, extracted from the actual SDK source.
go: ConfigureWebhookEndpointThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetWebhookEndpointThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetWebhookEndpointThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetWebhookEndpointThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetWebhookEndpointThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: RotateWebhookEndpointSecretThe real method/resource/signature for one language, extracted from the actual SDK source.
java: RotateWebhookEndpointSecretThe real method/resource/signature for one language, extracted from the actual SDK source.
python: RotateWebhookEndpointSecretThe real method/resource/signature for one language, extracted from the actual SDK source.
go: RotateWebhookEndpointSecretThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: DeactivateWebhookEndpointThe real method/resource/signature for one language, extracted from the actual SDK source.
java: DeactivateWebhookEndpointThe real method/resource/signature for one language, extracted from the actual SDK source.
python: DeactivateWebhookEndpointThe real method/resource/signature for one language, extracted from the actual SDK source.
go: DeactivateWebhookEndpointThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SearchWebhookDeliveriesThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SearchWebhookDeliveriesThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SearchWebhookDeliveriesThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SearchWebhookDeliveriesThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetWebhookDeliveryThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetWebhookDeliveryThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetWebhookDeliveryThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetWebhookDeliveryThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: RedeliverWebhookThe real method/resource/signature for one language, extracted from the actual SDK source.
java: RedeliverWebhookThe real method/resource/signature for one language, extracted from the actual SDK source.
python: RedeliverWebhookThe real method/resource/signature for one language, extracted from the actual SDK source.
go: RedeliverWebhookThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: CreateOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: CreateOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: CreateOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: CreateOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SuspendOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SuspendOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SuspendOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SuspendOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: ReactivateOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: ReactivateOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: ReactivateOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: ReactivateOrganizationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: ListApplicationsThe real method/resource/signature for one language, extracted from the actual SDK source.
java: ListApplicationsThe real method/resource/signature for one language, extracted from the actual SDK source.
python: ListApplicationsThe real method/resource/signature for one language, extracted from the actual SDK source.
go: ListApplicationsThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: CreateApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: CreateApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: CreateApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: CreateApplicationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetPayableSummaryThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetPayableSummaryThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetPayableSummaryThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetPayableSummaryThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: CreatePayoutBatchThe real method/resource/signature for one language, extracted from the actual SDK source.
java: CreatePayoutBatchThe real method/resource/signature for one language, extracted from the actual SDK source.
python: CreatePayoutBatchThe real method/resource/signature for one language, extracted from the actual SDK source.
go: CreatePayoutBatchThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetPayoutBatchThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetPayoutBatchThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetPayoutBatchThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetPayoutBatchThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SandboxFaucetThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SandboxFaucetThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SandboxFaucetThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SandboxFaucetThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SandboxSimulateDepositThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SandboxSimulateDepositThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SandboxSimulateDepositThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SandboxSimulateDepositThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SandboxSimulateConfirmationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SandboxSimulateConfirmationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SandboxSimulateConfirmationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SandboxSimulateConfirmationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SandboxSimulateBroadcastConfirmationThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SandboxSimulateBroadcastConfirmationThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SandboxSimulateBroadcastConfirmationThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SandboxSimulateBroadcastConfirmationThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SandboxSimulateWithdrawalThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SandboxSimulateWithdrawalThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SandboxSimulateWithdrawalThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SandboxSimulateWithdrawalThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SandboxSetObservedTreasuryBalanceThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SandboxSetObservedTreasuryBalanceThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SandboxSetObservedTreasuryBalanceThe real method/resource/signature for one language, extracted from the actual SDK source.
go: SandboxSetObservedTreasuryBalanceThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetSandboxObservedTreasuryBalanceThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetSandboxObservedTreasuryBalanceThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetSandboxObservedTreasuryBalanceThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetSandboxObservedTreasuryBalanceThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetSandboxObservedAddressThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetSandboxObservedAddressThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetSandboxObservedAddressThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetSandboxObservedAddressThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: GetSandboxBroadcastAttemptThe real method/resource/signature for one language, extracted from the actual SDK source.
java: GetSandboxBroadcastAttemptThe real method/resource/signature for one language, extracted from the actual SDK source.
python: GetSandboxBroadcastAttemptThe real method/resource/signature for one language, extracted from the actual SDK source.
go: GetSandboxBroadcastAttemptThe real method/resource/signature for one language, extracted from the actual SDK source.
typescript: SearchSettlementsThe real method/resource/signature for one language, extracted from the actual SDK source.
java: SearchSettlementsThe real method/resource/signature for one language, extracted from the actual SDK source.
python: SearchSettlementsThe real method/resource/signature for one language, extracted from the actual SDK source.

TDQS

B3.4/5.0

Scored across 11 tools

Disambiguation4/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues