tres-settings-management

Manage organization and platform settings via the TRES MCP GraphQL API.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/Tres-Finance-Public/tres-finance --skill tres-settings-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tres-settings-management
Source: https://github.com/Tres-Finance-Public/tres-finance/tree/main/skills/tres-settings-management
Command: npx skills add https://github.com/Tres-Finance-Public/tres-finance --skill tres-settings-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires TRES MCP, GraphQL API, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of managing and configuring organization settings and platform settings via the TRES MCP GraphQL API.

Core Features & Use Cases

  • Organization Settings Management: View and modify configuration for the entire organization, including cost basis calculation, feature enablement, and ERP integration.
  • Platform Settings Management: Configure individual blockchain/exchange platforms, setting commit strategies, sync boundaries, and asset filtering.
  • Settings Retrieval and Modification: Retrieve current settings, compare them with proposed changes, and apply updates with explicit user approval.

Quick Start

Use the tres-settings-management skill to fetch and view the current organization settings.

Frequently Asked Questions about tres-settings-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage organization settings for TRES Finance via the GraphQL API?

Organization settings management for TRES Finance is handled by retrieving current configurations via the MCP GraphQL API and applying mutations for cost basis calculation, feature enablement, and ERP integration updates.

Can I configure individual exchange and blockchain platform settings through TRES MCP?

Yes, platform settings management allows configuring individual blockchain or exchange platforms through TRES MCP, enabling you to set commit strategies, sync boundaries, and asset filtering options directly.

Do I need access to the TRES MCP and GraphQL API to modify platform configuration?

Yes, modifying platform configuration requires access to both the TRES MCP and the GraphQL API to perform settings introspection and execute approval-based mutations for your organization.

What is the best way to safely update organization settings without breaking ERP integration?

The safest way to update organization settings is retrieving current configurations, comparing them with proposed changes, and applying updates with explicit user approval to prevent ERP integration failures.

How does the approval-based update mechanism work for TRES Finance settings?

The approval-based update mechanism works by fetching current settings via GraphQL introspection, comparing proposed mutations, and requiring explicit user approval before applying any configuration changes to the organization or platforms.