Skip to main content
Glama

brasil-api-mcp-server

get_bank_by_code

Retrieve detailed information about a specific bank using its unique code. Simplify bank-related data queries for applications and AI agents by referencing the code from the get_all_banks tool.

Instructions

Get information from a specific bank given its code. The code from each bank is returned by get_all_banks tool.

Input Schema

NameRequiredDescriptionDefault
codeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "type": "number" } }, "required": [ "code" ], "type": "object" }
Install Server

Other Tools from brasil-api-mcp-server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/mauricio-cantu/brasil-api-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server