Pre-made Tools
The lynkr_client.langchain_tools() method automatically loads pre-configured tools that allow your agent to:
Fetch schemas using get_schema(request_string)
Execute API calls using execute_schema(schema_data, ref_id, service)
These tools are ready-to-use within LangChain agents and require no additional setup beyond API key configuration.
Example Usage
# Automatically fetches tools like get_schema and execute_schema
tools = lynkr_client.langchain_tools()
# These tools will be callable directly by your agent to fulfill structured API calls
Last updated on