MCPcopy Create free account

hub / github.com/anthropics/claude-cookbooks / functions

Functions640 in github.com/anthropics/claude-cookbooks

Methodtest_no_empty_code_cells
Test that there are no empty code cells (warning only).
tests/notebook_tests/test_notebooks.py:123
Methodtest_no_error_outputs
Test that no cells have error outputs.
tests/notebook_tests/test_notebooks.py:116
Methodtest_no_hardcoded_api_keys
Test that no cells contain hardcoded API keys.
tests/notebook_tests/test_notebooks.py:137
Functiontest_normalize_path
()
managed_agents/example_data/orchestrate/tests/test_urls.py:29
Methodtest_notebook_executes_successfully
Test that the notebook executes without errors.
tests/notebook_tests/test_notebooks.py:217
Methodtest_path_validation_allows_valid_paths
Test that valid memory paths are accepted.
tool_use/tests/test_memory_tool.py:47
Methodtest_path_validation_prevents_traversal_dotdot
Test that .. traversal is blocked.
tool_use/tests/test_memory_tool.py:35
Methodtest_path_validation_prevents_traversal_encoded
Test that URL-encoded traversal is blocked.
tool_use/tests/test_memory_tool.py:41
Methodtest_path_validation_requires_memories_prefix
Test that paths must start with /memories.
tool_use/tests/test_memory_tool.py:29
Methodtest_pip_installs_at_top
Test that pip install commands appear early in the notebook.
tests/notebook_tests/test_notebooks.py:175
Functiontest_post_url_unicode
()
managed_agents/example_data/orchestrate/tests/test_urls.py:20
Methodtest_python_kernel
Test that the notebook uses a Python kernel.
tests/notebook_tests/test_notebooks.py:73
Methodtest_rename_destination_exists
Test rename when destination already exists.
tool_use/tests/test_memory_tool.py:344
Methodtest_rename_file
Test renaming a file.
tool_use/tests/test_memory_tool.py:306
Methodtest_rename_source_not_found
Test rename when source doesn't exist.
tool_use/tests/test_memory_tool.py:334
Methodtest_rename_to_subdirectory
Test moving a file to a subdirectory.
tool_use/tests/test_memory_tool.py:320
Functiontest_skill
Test a custom skill with a prompt. Args: client: Anthropic client instance skill_id: ID of skill to test test_prompt
skills/skill_utils.py:212
Functiontest_slugify_basic
()
managed_agents/example_data/orchestrate/tests/test_urls.py:7
Functiontest_slugify_special_chars
()
managed_agents/example_data/orchestrate/tests/test_urls.py:16
Functiontest_slugify_unicode
()
managed_agents/example_data/orchestrate/tests/test_urls.py:11
Methodtest_str_replace_file_not_found
Test replacement on nonexistent file.
tool_use/tests/test_memory_tool.py:194
Methodtest_str_replace_multiple_occurrences
Test that replacement fails with multiple occurrences.
tool_use/tests/test_memory_tool.py:177
Methodtest_str_replace_string_not_found
Test replacement when string doesn't exist.
tool_use/tests/test_memory_tool.py:164
Methodtest_str_replace_success
Test successful string replacement.
tool_use/tests/test_memory_tool.py:145
Methodtest_unknown_command
Test handling of unknown command.
tool_use/tests/test_memory_tool.py:359
Methodtest_valid_cell_types
Test that all cells have valid cell types.
tests/notebook_tests/test_notebooks.py:56
Methodtest_valid_json
Test that the notebook is valid JSON.
tests/notebook_tests/test_notebooks.py:37
Methodtest_view_directory_with_files
Test viewing a directory with files.
tool_use/tests/test_memory_tool.py:60
Methodtest_view_empty_directory
Test viewing an empty /memories directory.
tool_use/tests/test_memory_tool.py:54
Methodtest_view_file_with_line_numbers
Test viewing a file with line numbers.
tool_use/tests/test_memory_tool.py:71
Methodtest_view_file_with_range
Test viewing specific line range.
tool_use/tests/test_memory_tool.py:82
Methodtest_view_nonexistent_path
Test viewing a nonexistent path.
tool_use/tests/test_memory_tool.py:94
Methodtwo_way_sensitivity
Perform two-way sensitivity analysis. Args: var1_name: First variable name var1_base: First variable base va
skills/custom_skills/creating-financial-models/sensitivity_analysis.py:78
Methodvalidate_colors
Validate that colors match brand guidelines. Args: colors_used: List of color codes used in document Returns:
skills/custom_skills/applying-brand-guidelines/apply_brand.py:274
Functionvalidate_skill_directory
Validate a skill directory structure before upload. Checks for: - SKILL.md exists - YAML frontmatter is valid - Directory name m
skills/skill_utils.py:291
Functionvalidation_result
Fixture providing validation result for a notebook.
tests/conftest.py:146
Functionvisualize_conversation
Create a clean, professional visualization of the agent conversation. Auto-detects environment: - Jupyter notebooks: Renders styled HTML
claude_agent_sdk/utils/agent_visualizer.py:317
FunctionwaitForIdle
(session_id: string, timeout_sec = 120)
managed_agents/cma-mcp/src/cma.ts:94
Functionwebhook
(request: Request)
managed_agents/self_hosted_sandboxes/daytona/daytona_webhook.py:185
Functionwebhook
(request: Request)
managed_agents/self_hosted_sandboxes/modal/modal_sandbox_webhook.py:255
← previous601–640 of 640, ranked by callers