MCPcopy Create free account

hub / github.com/PrefectHQ/fastmcp / functions

Functions10,524 in github.com/PrefectHQ/fastmcp

Methodanalyze
Analyze data.
tests/utilities/test_inspect_icons.py:172
Methodanalyze
(content: str)
tests/utilities/test_inspect.py:198
Methodanalyze
(x: Annotated[int, Field(ge=1)])
tests/server/providers/local_provider_tools/test_parameters.py:157
Methodanalyze
(topic: str)
tests/prompts/test_standalone_decorator.py:25
Functionanalyze_code
Analyze code for potential issues.
examples/prompts_as_tools/server.py:33
Methodanalyze_code
Analyze code for issues.
tests/server/transforms/test_prompts_as_tools.py:61
Methodanalyze_code
Analyze code.
tests/server/transforms/test_prompts_as_tools.py:140
Functionanalyze_colors
Analyze the dominant colors in the current screen. Returns a dictionary with color statistics from the screen.
examples/fastmcp_config_demo/server.py:38
Methodanalyze_data
(data: str)
tests/utilities/test_inspect.py:162
Methodanalyze_data
(data: str)
tests/utilities/test_inspect.py:528
Methodanalyze_data
Analyze numerical data.
tests/prompts/test_prompt.py:322
Functionanalyze_portfolio
Analyze a portfolio of stock symbols.
examples/namespace_activation/server.py:16
Functionanalyze_sentiment
Analyze the sentiment of the given text.
examples/sampling/structured_output.py:51
Functionannotated_with_context
Tool using Annotated + Field with context.
tests/tools/test_tool_future_annotations.py:59
Functionany_prompt
(data: str)
tests/client/client/test_client.py:257
Methodany_tool
()
tests/server/middleware/test_response_limiting.py:81
Functionapi_health
Show health details for each API endpoint.
examples/apps/patterns_server.py:466
Functionapi_launch
Picker form submits here; returns a /launch URL string for OpenLink.
fastmcp_slim/fastmcp/cli/apps_dev.py:1443
Functionapi_logs
Return message log entries since a given id.
fastmcp_slim/fastmcp/cli/apps_dev.py:1629
Functionapi_logs_bridge
Log a bridge message (postMessage between app iframe and host).
fastmcp_slim/fastmcp/cli/apps_dev.py:1638
Functionapi_logs_clear
Clear the message log.
fastmcp_slim/fastmcp/cli/apps_dev.py:1644
Methodapi_tool
()
tests/server/auth/test_authorization.py:417
Methodapi_tool
()
tests/server/auth/test_authorization.py:662
Functionapp_config
Application configuration.
examples/resources_as_tools/server.py:18
Methodapp_config
()
tests/server/transforms/test_resources_as_tools.py:64
Methodapp_config
()
tests/server/transforms/test_resources_as_tools.py:140
Methodapp_config
()
tests/server/transforms/test_resources_as_tools.py:204
Methodapp_html
()
tests/test_apps.py:289
Methodapp_html
()
tests/test_apps.py:461
Methodapp_view
()
tests/test_apps.py:583
Functionapply_transformations_to_tools
Apply a list of transformations to a list of tools. Tools that do not have any transformations are left unchanged. Note: tools dict is keyed
fastmcp_slim/fastmcp/tools/tool_transform.py:1019
Functionapproval_dashboard
Open the approval dashboard. The model calls this to launch the app.
examples/apps/approvals/approvals_server.py:286
Functionapprove_request
Approve a pending request and return updated lists.
examples/apps/approvals/approvals_server.py:157
Functionask
(context: Context)
tests/client/test_elicitation.py:208
Functionask
Ask about a topic.
tests/cli/test_client_commands.py:418
Functionask
Ask about a topic.
tests/cli/test_generate_cli.py:568
Methodask
(question: str, context: Context)
tests/server/telemetry/test_sampling_tracing.py:42
Functionask_assistant
Ask the assistant a question. It can use tools to help answer.
examples/sampling/tool_use.py:81
Methodask_client
(ctx: Context)
tests/server/tasks/test_context_background_task.py:293
Functionask_for_name
(context: Context)
tests/client/test_elicitation_enums.py:29
Functionask_for_name
(context: Context)
tests/client/test_elicitation.py:32
Functionask_for_optional_info
(context: Context)
tests/client/test_elicitation.py:250
Methodask_name
(ctx: Context)
tests/server/providers/proxy/test_stateful_proxy_client.py:183
Methodask_name
(ctx: Context)
tests/server/tasks/test_task_elicitation_relay.py:37
Methodask_name
(ctx: Context)
tests/server/tasks/test_context_background_task.py:321
Methodassert_not_called
Assert that a hook was not called.
tests/server/middleware/test_middleware_nested.py:104
Methodassert_notification_not_sent
Assert that a notification was not sent.
tests/client/test_notifications.py:53
Methodasync_add
Add two numbers asynchronously.
tests/server/sampling/test_sampling_tool.py:88
Methodasync_check
(ctx: AuthContext)
tests/server/auth/test_authorization.py:213
Methodasync_denial
(ctx: AuthContext)
tests/server/auth/test_authorization.py:253
Functionasync_factory
()
tests/server/providers/proxy/test_proxy_server.py:236
Functionasync_multiply
Multiply two numbers (async example)
examples/testing_demo/server.py:28
Methodasync_multiply
Multiply two numbers.
tests/client/test_sampling.py:329
Functionasync_prompt
An async prompt.
tests/server/tasks/test_sync_function_task_disabled.py:120
Functionasync_resource
An async resource.
tests/server/tasks/test_sync_function_task_disabled.py:135
Methodasync_scope_check
(ctx: AuthContext)
tests/server/auth/test_authorization.py:656
Methodasync_search
Async search.
tests/server/sampling/test_sampling_tool.py:53
Functionasync_status_callback
Async callback.
tests/client/tasks/test_client_task_notifications.py:106
Functionasync_tool
An async tool.
tests/server/tasks/test_sync_function_task_disabled.py:105
Methodasync_tool
(x: int, ctx: Context)
tests/server/providers/local_provider_tools/test_context.py:75
Methodasync_validator
(token: str)
tests/server/auth/test_debug_verifier.py:84
Functionasync_with_context
Async tool with context.
tests/tools/test_tool_future_annotations.py:53
Functionasync_wrapper
(*args, **kwargs)
examples/custom_tool_serializer_decorator.py:29
Methodathrow
(self, exc_type, exc_val=None, exc_tb=None)
tests/client/auth/test_oauth_client.py:311
Methodathrow
(self, exc_type, exc_val=None, exc_tb=None)
tests/client/auth/test_oauth_client.py:360
Functionatproto_status
Check the status of the ATProto connection and current user profile.
examples/atproto_mcp/src/atproto_mcp/server.py:30
FunctionattachDeviceIdForwarding
()
docs/fastmcp-analytics.js:150
Functionaudio_tool
(path: str)
tests/conftest.py:231
Methodaudio_tool
(data: bytes)
tests/tools/tool/test_tool.py:243
Methodaudio_tool
(path: str)
tests/server/providers/local_provider_tools/test_local_provider_tools.py:134
Functionauth_app
(mock_oauth_provider)
tests/server/test_auth_integration_errors.py:203
Functionauth_app
(mock_oauth_provider)
tests/server/test_auth_integration.py:208
Functionauth_code
Get an authorization code. Parameters can be customized via indirect parameterization: @pytest.mark.parametrize("auth_code",
tests/server/test_auth_integration.py:277
Methodauth_flow
(self, request)
fastmcp_slim/fastmcp/client/auth/bearer.py:15
Methodauth_flow_with_retry
(request)
tests/client/auth/test_oauth_static_client.py:159
Functionauth_status
Show Scalekit authentication status.
examples/auth/scalekit_oauth/server.py:47
Methodauthenticate_request
Authenticate a client from an HTTP request. Extends SDK authentication to support private_key_jwt for CIMD clients. Delegates to SDK
fastmcp_slim/fastmcp/server/auth/auth.py:156
Methodauthorize
Simulates user authorization and generates an authorization code. Returns a redirect URI with the code and state.
fastmcp_slim/fastmcp/server/auth/providers/in_memory.py:94
Methodauthorize
( self, client: OAuthClientInformationFull, params: AuthorizationParams )
tests/server/test_auth_integration_errors.py:46
Methodauthorize_endpoint
(self)
tests/server/auth/oauth_proxy/conftest.py:52
Methodauto_key_tool
()
tests/server/tasks/test_task_meta_parameter.py:70
Functionb
Tool B.
tests/experimental/transforms/test_code_mode_discovery.py:489
Methodbackend_greet
(name: str)
tests/test_apps.py:500
Functionbackend_server
Create a backend server with task-enabled components. The backend has tasks enabled, but the proxy should NOT forward task execution - it sho
tests/server/tasks/test_task_proxy.py:24
Functionbackground_prompt
Prompt that runs in background.
tests/client/tasks/test_task_context_validation.py:25
Functionbackground_prompt
A prompt that can execute in background.
tests/server/tasks/test_task_prompts.py:25
Functionbackground_resource
Resource that runs in background.
tests/client/tasks/test_task_context_validation.py:30
Functionbackground_resource
A resource that can execute in background.
tests/server/tasks/test_task_resources.py:25
Functionbackground_task
Simple background task that signals completion.
tests/server/test_server_docket.py:93
Functionbackground_tool
Tool that runs in background.
tests/client/tasks/test_task_context_validation.py:20
Functionbackground_tool
A tool that runs in background.
tests/server/test_tool_annotations.py:228
Functionbackground_tool
(message: str)
tests/server/tasks/test_task_protocol.py:54
Methodbackground_tool
(x: int)
tests/server/providers/test_local_provider.py:711
Functionbad_progress_handler
( progress: float, total: float | None, message: str | None )
tests/client/test_progress.py:62
Methodbad_tool
()
tests/client/test_sampling_tool_loop.py:632
Functionbare_sync_access
()
tests/server/tasks/test_concurrent_dependencies.py:186
Functionbare_tool
()
tests/server/tasks/test_snapshot_restore.py:36
Functionbase
(x: int)
tests/tools/tool_transform/test_args.py:115
Functionbase
()
tests/tools/tool_transform/test_tool_transform.py:669
Functionbase
(prefix: str, items: list[_Item])
tests/server/tasks/test_task_tools.py:112
← previousnext →2,201–2,300 of 10,524, ranked by callers