Skip to main content
Glama
fsans

FileMaker Data API MCP Server

by fsans

fm_login

Authenticate with FileMaker Server to obtain a session token, enabling subsequent database operations. Supports default or parameter-based credentials.

Instructions

Authenticate with FileMaker Server and get a session token. Required before using most other tools. External database credentials can be configured via .env (FM_EXTERNAL_DATABASES) or passed as fmDataSource parameter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
databaseNoDatabase name (optional, uses default from .env if not provided)
passwordNoPassword (optional, uses default from .env if not provided)
usernameNoUsername (optional, uses default from .env if not provided)
fmDataSourceNoArray of external database credentials (optional, overrides FM_EXTERNAL_DATABASES from .env). Each object must contain: database, username, password
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided. The description mentions getting a session token and external database configuration, but does not disclose failure behavior, token expiration, or other edge cases.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences: first states purpose, second adds usage context. No redundant information, front-loaded effectively.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers primary purpose, prerequisite role, and external database setup. But lacks details on token usage, error handling, or success/failure indicators, which would be helpful given the tool's criticality.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and schema descriptions already detail each parameter's optionality and default behavior. The description adds context about .env and fmDataSource, but does not significantly extend understanding beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool authenticates and returns a session token, and it is required before using most other tools. However, it does not explicitly differentiate from siblings like fm_connect or fm_set_connection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description says it's required before most other tools and discusses external database credentials. But it lacks explicit when-not-to-use guidance or comparisons with alternative authentication methods.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/fsans/FileMaker-Server-DAPI-MCP'

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