Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrefectHQ/fastmcp
/ functions
Functions
10,524 in github.com/PrefectHQ/fastmcp
⨍
Functions
10,524
◇
Types & classes
1,545
↳
Endpoints
103
Function
add
(a: int, b: int)
tests/server/auth/test_jwt_provider_bearer.py:51
Function
add
(a: int, b: int)
tests/server/auth/test_jwt_provider.py:129
Function
add
(a: int, b: int)
tests/server/auth/providers/test_descope.py:207
Function
add
(a: int, b: int)
tests/server/auth/providers/test_supabase.py:172
Function
add
(a: int, b: int)
tests/server/auth/providers/test_propelauth.py:263
Function
add
(a: int, b: int)
tests/server/auth/providers/test_scalekit.py:138
Function
add
(a: int, b: int)
tests/server/auth/providers/test_workos.py:216
Function
add
Add two numbers together.
tests/server/transforms/test_search.py:40
Function
add
(a: int, b: int)
tests/experimental/transforms/test_code_mode_serialization.py:185
Function
add
(x: int, y: int)
tests/experimental/transforms/test_code_mode_discovery.py:95
Function
add
(x: int, y: int)
tests/experimental/transforms/test_code_mode.py:281
Function
add
Add two numbers
examples/desktop.py:30
Function
add
Add two numbers together.
examples/sampling/tool_use.py:40
Function
add
Add two numbers together
examples/testing_demo/server.py:16
Function
add
Add two numbers together.
examples/fastmcp_config/server.py:16
Function
add
Add two numbers together.
examples/search/server_regex.py:28
Function
add
Add two numbers together.
examples/search/server_bm25.py:24
Function
add
Add two numbers.
examples/filesystem-provider/components/tools/calculator.py:11
Function
add
Add two numbers together.
examples/code_mode/server.py:22
Method
add
(x: int, y: int = 10)
tests/tools/tool_transform/test_args.py:410
Method
add
(old_x: int, old_y: int = 10)
tests/tools/tool_transform/test_tool_transform.py:714
Method
add
Add two numbers.
tests/tools/tool/test_tool.py:358
Method
add
(a: int, b: int)
tests/tools/tool/test_tool.py:526
Method
add
Add two numbers.
tests/client/test_sampling.py:318
Method
add
(a: int, b: int)
tests/client/telemetry/test_client_list_tracing.py:49
Method
add
(a: int, b: int)
tests/client/telemetry/test_client_tracing.py:42
Method
add
(a: int, b: int)
tests/client/telemetry/test_client_tracing.py:295
Method
add
Add two numbers.
tests/utilities/test_inspect_icons.py:386
Method
add
Add two numbers.
tests/server/sampling/test_sampling_tool.py:79
Method
add
Add two numbers.
tests/server/sampling/test_sampling_tool.py:192
Method
add
(a: int, b: int)
tests/server/middleware/test_middleware.py:430
Method
add
(a: int, b: int)
tests/server/middleware/test_middleware.py:475
Method
add
Add two numbers.
tests/server/middleware/test_tool_injection.py:45
Method
add
(a: int, b: int)
tests/server/middleware/test_dereference.py:127
Method
add
(x: int, y: int = 10)
tests/server/providers/test_local_provider_resources.py:140
Method
add
(a: int, b: int)
tests/server/providers/test_local_provider.py:400
Method
add
(x: int, y: int)
tests/server/providers/local_provider_tools/test_decorator.py:54
Method
add
(self, y: int)
tests/server/providers/local_provider_tools/test_decorator.py:103
Method
add
Add two numbers together.
tests/server/providers/proxy/test_proxy_server.py:325
Method
add
(a: int, b: int)
tests/server/mount/test_advanced.py:261
Method
add
(a: int, b: int)
tests/server/transforms/test_catalog.py:97
Method
add
(a: int, b: int)
tests/server/tasks/test_task_mount.py:919
Method
add
(x: int, y: int)
tests/server/versioning/test_mounting.py:109
Method
add
(x: int, y: int)
tests/server/versioning/test_versioning.py:252
Method
add
(x: int, y: int)
tests/server/versioning/test_calls.py:102
Method
add
(x: int)
tests/server/versioning/test_filtering.py:57
Method
add
Add two numbers.
tests/deprecated/test_tool_injection_middleware.py:27
Method
add
Add two numbers.
tests/deprecated/test_tool_injection_middleware.py:151
Function
addDeviceIdToLink
(event)
docs/fastmcp-analytics.js:119
Method
add_a
(x: int)
tests/server/versioning/test_versioning.py:166
Method
add_b
(x: int)
tests/server/versioning/test_versioning.py:170
Method
add_c
(x: int)
tests/server/versioning/test_versioning.py:176
Function
add_comment
Add a comment to a request. Returns the updated request.
examples/apps/approvals/approvals_server.py:181
Method
add_d
(x: int)
tests/server/versioning/test_versioning.py:180
Function
add_item
Add a new item to inventory and return the full list.
examples/apps/inventory/inventory_server.py:166
Function
add_numbers
Add two numbers together.
tests/server/tasks/test_task_proxy.py:33
Method
add_numbers
(a: int, b: int)
tests/utilities/test_inspect.py:120
Method
add_numbers
(a: int, b: int)
tests/utilities/test_inspect.py:491
Method
add_numbers
Add two numbers together.
tests/server/test_input_validation.py:35
Function
add_one
(x: int)
tests/experimental/transforms/test_code_mode.py:680
Method
add_one
(x: int)
tests/server/providers/local_provider_tools/test_parameters.py:131
Method
add_resource_prefix
Add prefix to resource URI: protocol://path → protocol://prefix/path.
fastmcp_slim/fastmcp/server/server.py:2278
Method
add_server
Add or update a server in the configuration.
fastmcp_slim/fastmcp/mcp_config.py:358
Method
add_to_docket
Schedule this tool for background execution via docket. FunctionTool splats the arguments dict since .fn expects **kwargs. Args:
fastmcp_slim/fastmcp/tools/function_tool.py:499
Method
add_to_docket
Schedule this tool for background execution via docket. Args: docket: The Docket instance arguments: Tool arguments
fastmcp_slim/fastmcp/tools/base.py:429
Method
add_to_docket
Schedule this resource for background execution via docket. Args: docket: The Docket instance fn_key: Function lookup
fastmcp_slim/fastmcp/resources/base.py:439
Method
add_to_docket
Schedule this template for background execution via docket. Args: docket: The Docket instance params: Template parame
fastmcp_slim/fastmcp/resources/template.py:362
Method
add_to_docket
Schedule this template for background execution via docket. FunctionResourceTemplate splats the params dict since .fn expects **kwargs.
fastmcp_slim/fastmcp/resources/template.py:506
Method
add_to_docket
Schedule this prompt for background execution via docket. Args: docket: The Docket instance arguments: Prompt argumen
fastmcp_slim/fastmcp/prompts/base.py:381
Method
add_to_docket
Schedule this prompt for background execution via docket. FunctionPrompt splats the arguments dict since .fn expects **kwargs. Args:
fastmcp_slim/fastmcp/prompts/function_prompt.py:379
Function
add_tool
()
tests/tools/tool_transform/test_schemas.py:23
Function
add_tool
()
tests/tools/tool_transform/test_args.py:26
Function
add_tool
()
tests/tools/tool_transform/test_tool_transform.py:26
Function
add_tool
()
tests/tools/tool_transform/test_metadata.py:18
Method
add_transform
Add a transform to this provider. Transforms modify components (tools, resources, prompts) as they flow through the provider. They're
fastmcp_slim/fastmcp/server/providers/base.py:86
Method
add_v1
(x: int, y: int)
tests/server/providers/local_provider_tools/test_decorator.py:191
Method
admin_config
Another admin tool that should be denied.
tests/server/middleware/test_middleware_nested.py:590
Method
admin_delete
Admin tool that should be denied.
tests/server/middleware/test_middleware_nested.py:585
Method
admin_prompt
()
tests/server/middleware/test_caching.py:829
Method
admin_tool
()
tests/server/test_session_visibility.py:280
Method
admin_tool
()
tests/server/auth/test_authorization.py:317
Method
admin_tool
()
tests/server/auth/test_authorization.py:448
Method
admin_tool
()
tests/server/auth/test_authorization.py:610
Method
admin_tool
()
tests/server/auth/test_authorization.py:804
Method
aiter_bytes
()
tests/server/auth/test_ssrf_protection.py:415
Method
aiter_bytes
()
tests/server/auth/test_ssrf_protection.py:452
Method
alias_tool
()
tests/server/providers/local_provider_tools/test_output_schema.py:317
Method
allowed_prompt
()
tests/utilities/test_inspect.py:385
Method
allowed_prompt
()
tests/server/auth/test_authorization.py:541
Method
allowed_prompt
()
tests/server/mount/test_filtering.py:89
Method
allowed_resource
()
tests/utilities/test_inspect.py:377
Method
allowed_resource
()
tests/server/auth/test_authorization.py:497
Method
allowed_resource
()
tests/server/mount/test_filtering.py:68
Method
allowed_resource_template
(item: str)
tests/server/auth/test_authorization.py:518
Method
allowed_tool
()
tests/utilities/test_inspect.py:365
Method
allowed_tool
This tool is allowed.
tests/server/middleware/test_middleware_nested.py:531
Method
allowed_tool
()
tests/server/auth/test_authorization.py:478
Method
allowed_tool
()
tests/server/mount/test_filtering.py:19
Method
always_fails
()
tests/server/middleware/test_error_handling.py:617
Function
analysis_prompt
Generate an analysis prompt.
tests/client/tasks/test_client_prompt_tasks.py:20
← previous
next →
2,101–2,200 of 10,524, ranked by callers