Skip to main content
Glama

French Tax MCP Server

by cornelcroi

get_form_details

Retrieve detailed information about French tax forms including required fields and filing instructions to complete tax declarations accurately.

Instructions

Get detailed information about a specific tax form including fields and instructions

Input Schema

NameRequiredDescriptionDefault
form_numberYes
yearNo

Input Schema (JSON Schema)

{ "properties": { "form_number": { "title": "Form Number", "type": "string" }, "year": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Year" } }, "required": [ "form_number" ], "title": "get_form_details_wrapperArguments", "type": "object" }

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/cornelcroi/french-tax-mcp'

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