create_team_member_invite

Invite a team member to this company and return a one-time MCP accept token. The invited user must verify an email code through accept_team_invite_request and accept_team_invite_verify before membership and API key issuance.

SERVERFavCRM SOURCEhttps://api.favcrm.io/mcp
Medium RISK CLASS
Category Write
Parameters 61 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-favcrm-favcrm/create-team-member-invite.md

What create_team_member_invite does on FavCRM

AI agents use create_team_member_invite to create or update resources in FavCRM, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your FavCRM environment.

ParameterTypeRequiredDescription
name string Optional display name for a new user
role string Team member role to grant on acceptance
email string Yes Invitee email address
modules array Optional legacy module list to attach to the company member
permissions array Optional structured module permissions to attach to the company member
expiresInHours integer Invite lifetime in hours. Defaults to 72, max 336.

Parameters from the server's own tool schema.

Why create_team_member_invite is rated Medium

This tool creates new data (team member invitation) and triggers credential issuance (MCP accept token), fitting the Write category. Severity is high because misuse could grant unauthorized individuals access to the CRM system, customer data, and business operations.

From the tool's definition Tool creates a new invitation object and issues a one-time MCP accept token. Description states it invites a team member and returns a token, indicating persistent state creation (invitation record) and credential generation.

Questions about create_team_member_invite

What does the create_team_member_invite tool do? +

Invite a team member to this company and return a one-time MCP accept token. The invited user must verify an email code through accept_team_invite_request and accept_team_invite_verify before membership and API key issuance. It is categorised as a Write tool in the FavCRM MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does create_team_member_invite accept? +

create_team_member_invite accepts 6 parameters: name, role, email, modules, permissions, expiresInHours. Required: email. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on create_team_member_invite? +

Register the FavCRM MCP server in PolicyLayer and add a rule for create_team_member_invite: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches FavCRM. Nothing to install.

What risk level is create_team_member_invite? +

create_team_member_invite is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit create_team_member_invite? +

Yes. Add a rate_limit block to the create_team_member_invite rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block create_team_member_invite completely? +

Set action: deny in the PolicyLayer policy for create_team_member_invite. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides create_team_member_invite? +

create_team_member_invite is provided by the FavCRM MCP server (https://api.favcrm.io/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on FavCRM, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of FavCRM's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.